* Change so that operations are stored per module * Refactor so that all modeling commands go through ExecState * Remove unneeded PartialOrd implementations * Remove artifact_commands from KclError since it was only for debugging --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
		
			
				
	
	
		
			3562 lines
		
	
	
		
			71 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			3562 lines
		
	
	
		
			71 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
source: kcl-lib/src/simulation_tests.rs
 | 
						|
description: Artifact commands pdu-faceplate.kcl
 | 
						|
---
 | 
						|
{
 | 
						|
  "public/kcl-samples/pdu-faceplate/main.kcl": [
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "make_plane",
 | 
						|
        "origin": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": -22.225
 | 
						|
        },
 | 
						|
        "x_axis": {
 | 
						|
          "x": 1.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "y_axis": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 1.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "size": 100.0,
 | 
						|
        "clobber": false,
 | 
						|
        "hide": false
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "plane_set_color",
 | 
						|
        "plane_id": "[uuid]",
 | 
						|
        "color": {
 | 
						|
          "r": 0.6,
 | 
						|
          "g": 0.6,
 | 
						|
          "b": 0.6,
 | 
						|
          "a": 0.3
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "object_visible",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "hidden": 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": 0.0,
 | 
						|
          "z": 1.0
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "start_path"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "move_path_pen",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "to": {
 | 
						|
          "x": -291.3,
 | 
						|
          "y": 0.0,
 | 
						|
          "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": 3.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 50.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 97.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 482.6,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -97.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 50.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -3.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -291.3,
 | 
						|
            "y": 0.0,
 | 
						|
            "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": 0.0,
 | 
						|
          "z": 1.0
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extrude",
 | 
						|
        "target": "[uuid]",
 | 
						|
        "distance": 44.45,
 | 
						|
        "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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_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": -239.3,
 | 
						|
          "y": 20.225,
 | 
						|
          "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": 478.6,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -40.45,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -478.6,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -239.3,
 | 
						|
            "y": 20.225,
 | 
						|
            "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": null
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extrude",
 | 
						|
        "target": "[uuid]",
 | 
						|
        "distance": -98.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_id": "[uuid]"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "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": -30.338,
 | 
						|
          "y": 20.225,
 | 
						|
          "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": 60.675,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -40.45,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -60.675,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -30.338,
 | 
						|
            "y": 20.225,
 | 
						|
            "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": -40.45,
 | 
						|
        "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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_id": "[uuid]"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "set_object_transform",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "transforms": [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "property": {
 | 
						|
                "x": -208.963,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 0.0
 | 
						|
              },
 | 
						|
              "set": false,
 | 
						|
              "is_local": true
 | 
						|
            },
 | 
						|
            "rotate_rpy": null,
 | 
						|
            "rotate_angle_axis": null,
 | 
						|
            "scale": null
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "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": -20.225,
 | 
						|
          "y": 20.225,
 | 
						|
          "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": 40.45,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -40.45,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -40.45,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -20.225,
 | 
						|
            "y": 20.225,
 | 
						|
            "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": -40.45,
 | 
						|
        "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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_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": -10.0,
 | 
						|
          "y": -15.0,
 | 
						|
          "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": 30.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 20.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -30.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -10.0,
 | 
						|
            "y": -15.0,
 | 
						|
            "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": null
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extrude",
 | 
						|
        "target": "[uuid]",
 | 
						|
        "distance": 3.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_id": "[uuid]"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "set_object_transform",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "transforms": [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "property": {
 | 
						|
                "x": -158.4,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 0.0
 | 
						|
              },
 | 
						|
              "set": false,
 | 
						|
              "is_local": true
 | 
						|
            },
 | 
						|
            "rotate_rpy": null,
 | 
						|
            "rotate_angle_axis": null,
 | 
						|
            "scale": null
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "make_plane",
 | 
						|
        "origin": {
 | 
						|
          "x": 7.5,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "x_axis": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": -1.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "y_axis": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 1.0
 | 
						|
        },
 | 
						|
        "size": 100.0,
 | 
						|
        "clobber": false,
 | 
						|
        "hide": false
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "plane_set_color",
 | 
						|
        "plane_id": "[uuid]",
 | 
						|
        "color": {
 | 
						|
          "r": 0.6,
 | 
						|
          "g": 0.6,
 | 
						|
          "b": 0.6,
 | 
						|
          "a": 0.3
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "object_visible",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "hidden": true
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "enable_sketch_mode",
 | 
						|
        "entity_id": "[uuid]",
 | 
						|
        "ortho": false,
 | 
						|
        "animated": false,
 | 
						|
        "adjust_camera": false,
 | 
						|
        "planar_normal": {
 | 
						|
          "x": -1.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "start_path"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "move_path_pen",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "to": {
 | 
						|
          "x": 3.0,
 | 
						|
          "y": 13.0,
 | 
						|
          "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": 3.0,
 | 
						|
            "y": -1.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "arc_to",
 | 
						|
          "interior": {
 | 
						|
            "x": 6.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "end": {
 | 
						|
            "x": 12.0,
 | 
						|
            "y": -9.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": false
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 3.0,
 | 
						|
            "y": -13.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": false
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 3.0,
 | 
						|
            "y": 13.0,
 | 
						|
            "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": -1.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extrude",
 | 
						|
        "target": "[uuid]",
 | 
						|
        "distance": 15.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_id": "[uuid]"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "set_object_transform",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "transforms": [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "property": {
 | 
						|
                "x": -158.4,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 0.0
 | 
						|
              },
 | 
						|
              "set": false,
 | 
						|
              "is_local": true
 | 
						|
            },
 | 
						|
            "rotate_rpy": null,
 | 
						|
            "rotate_angle_axis": null,
 | 
						|
            "scale": null
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "object_set_material_params_pbr",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "color": {
 | 
						|
          "r": 1.0,
 | 
						|
          "g": 0.0,
 | 
						|
          "b": 0.0,
 | 
						|
          "a": 100.0
 | 
						|
        },
 | 
						|
        "metalness": 0.0,
 | 
						|
        "roughness": 0.0,
 | 
						|
        "ambient_occlusion": 0.0
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "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": -10.113,
 | 
						|
          "y": 20.225,
 | 
						|
          "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": 20.225,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -40.45,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -20.225,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -10.113,
 | 
						|
            "y": 20.225,
 | 
						|
            "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": -40.45,
 | 
						|
        "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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_id": "[uuid]"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "set_object_transform",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "transforms": [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "property": {
 | 
						|
                "x": -128.063,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 0.0
 | 
						|
              },
 | 
						|
              "set": false,
 | 
						|
              "is_local": true
 | 
						|
            },
 | 
						|
            "rotate_rpy": null,
 | 
						|
            "rotate_angle_axis": null,
 | 
						|
            "scale": null
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "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": -20.225,
 | 
						|
          "y": 20.225,
 | 
						|
          "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": 40.45,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -40.45,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -40.45,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -20.225,
 | 
						|
            "y": 20.225,
 | 
						|
            "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": -40.45,
 | 
						|
        "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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_id": "[uuid]"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "set_object_transform",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "transforms": [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "property": {
 | 
						|
                "x": -97.725,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 0.0
 | 
						|
              },
 | 
						|
              "set": false,
 | 
						|
              "is_local": true
 | 
						|
            },
 | 
						|
            "rotate_rpy": null,
 | 
						|
            "rotate_angle_axis": null,
 | 
						|
            "scale": null
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "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": 17.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "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": 0.0,
 | 
						|
            "y": 0.0
 | 
						|
          },
 | 
						|
          "radius": 17.0,
 | 
						|
          "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": "set_object_transform",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "transforms": [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "property": {
 | 
						|
                "x": -97.725,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 0.0
 | 
						|
              },
 | 
						|
              "set": false,
 | 
						|
              "is_local": true
 | 
						|
            },
 | 
						|
            "rotate_rpy": null,
 | 
						|
            "rotate_angle_axis": null,
 | 
						|
            "scale": null
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "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": -20.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_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": -7.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "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": -10.0,
 | 
						|
            "y": 0.0
 | 
						|
          },
 | 
						|
          "radius": 3.0,
 | 
						|
          "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": "set_object_transform",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "transforms": [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "property": {
 | 
						|
                "x": -97.725,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 0.0
 | 
						|
              },
 | 
						|
              "set": false,
 | 
						|
              "is_local": true
 | 
						|
            },
 | 
						|
            "rotate_rpy": null,
 | 
						|
            "rotate_angle_axis": null,
 | 
						|
            "scale": null
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "entity_linear_pattern_transform",
 | 
						|
        "entity_id": "[uuid]",
 | 
						|
        "transform": [],
 | 
						|
        "transforms": [
 | 
						|
          [
 | 
						|
            {
 | 
						|
              "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": "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": -5.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_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": -5.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_id": "[uuid]"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "entity_linear_pattern_transform",
 | 
						|
        "entity_id": "[uuid]",
 | 
						|
        "transform": [],
 | 
						|
        "transforms": [
 | 
						|
          [
 | 
						|
            {
 | 
						|
              "translate": {
 | 
						|
                "x": 40.45,
 | 
						|
                "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": 80.9,
 | 
						|
                "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": 121.35,
 | 
						|
                "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": 161.8,
 | 
						|
                "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": 202.25,
 | 
						|
                "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": 242.7,
 | 
						|
                "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": 283.15,
 | 
						|
                "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": 40.45,
 | 
						|
                "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": 80.9,
 | 
						|
                "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": 121.35,
 | 
						|
                "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": 161.8,
 | 
						|
                "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": 202.25,
 | 
						|
                "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": 242.7,
 | 
						|
                "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": 283.15,
 | 
						|
                "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": "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": -16.825,
 | 
						|
          "y": 20.225,
 | 
						|
          "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": 33.65,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -40.45,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -33.65,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -16.825,
 | 
						|
            "y": 20.225,
 | 
						|
            "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": -40.45,
 | 
						|
        "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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_id": "[uuid]"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "set_object_transform",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "transforms": [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "property": {
 | 
						|
                "x": 222.475,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 0.0
 | 
						|
              },
 | 
						|
              "set": false,
 | 
						|
              "is_local": true
 | 
						|
            },
 | 
						|
            "rotate_rpy": null,
 | 
						|
            "rotate_angle_axis": null,
 | 
						|
            "scale": null
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "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": -10.0,
 | 
						|
          "y": 2.5,
 | 
						|
          "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": 20.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "tangential_arc_to",
 | 
						|
          "to": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -5.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "angle_snap_increment": null
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": -20.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "tangential_arc_to",
 | 
						|
          "to": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 5.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "angle_snap_increment": null
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "close_path",
 | 
						|
        "path_id": "[uuid]"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "set_object_transform",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "transforms": [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "property": {
 | 
						|
                "x": -266.3,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": -13.335
 | 
						|
              },
 | 
						|
              "set": false,
 | 
						|
              "is_local": true
 | 
						|
            },
 | 
						|
            "rotate_rpy": null,
 | 
						|
            "rotate_angle_axis": null,
 | 
						|
            "scale": null
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "entity_linear_pattern_transform",
 | 
						|
        "entity_id": "[uuid]",
 | 
						|
        "transform": [],
 | 
						|
        "transforms": [
 | 
						|
          [
 | 
						|
            {
 | 
						|
              "translate": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 13.335,
 | 
						|
                "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": 26.67,
 | 
						|
                "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": 532.6,
 | 
						|
                "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": 532.6,
 | 
						|
                "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": 532.6,
 | 
						|
                "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": "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": -3.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_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": -3.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_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": -3.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_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": -3.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_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": -3.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_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": -3.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_adjacency_info",
 | 
						|
        "object_id": "[uuid]",
 | 
						|
        "edge_id": "[uuid]"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "std::appearance": [],
 | 
						|
  "std::array": [],
 | 
						|
  "std::math": [],
 | 
						|
  "std::prelude": [],
 | 
						|
  "std::sketch": [],
 | 
						|
  "std::solid": [],
 | 
						|
  "std::sweep": [],
 | 
						|
  "std::transform": [],
 | 
						|
  "std::turns": [],
 | 
						|
  "std::types": [],
 | 
						|
  "std::units": []
 | 
						|
}
 |