* 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>
		
			
				
	
	
		
			2012 lines
		
	
	
		
			38 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			2012 lines
		
	
	
		
			38 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
source: kcl-lib/src/simulation_tests.rs
 | 
						|
description: Artifact commands makeup-mirror.kcl
 | 
						|
---
 | 
						|
{
 | 
						|
  "public/kcl-samples/makeup-mirror/main.kcl": [
 | 
						|
    {
 | 
						|
      "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": 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": 8.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": 8.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": "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": 24.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": 24.5
 | 
						|
        },
 | 
						|
        "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": 8.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": 8.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": "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": 24.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": 49.0
 | 
						|
        },
 | 
						|
        "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": 8.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": 8.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": "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": 24.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": 24.5
 | 
						|
        },
 | 
						|
        "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": 178.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": 170.0,
 | 
						|
            "y": 0.0
 | 
						|
          },
 | 
						|
          "radius": 8.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": "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": 24.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": 49.0
 | 
						|
        },
 | 
						|
        "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": 178.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": 170.0,
 | 
						|
            "y": 0.0
 | 
						|
          },
 | 
						|
          "radius": 8.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": "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": 24.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": 49.0
 | 
						|
        },
 | 
						|
        "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": 178.0,
 | 
						|
          "y": -170.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": 170.0,
 | 
						|
            "y": -170.0
 | 
						|
          },
 | 
						|
          "radius": 8.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": "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": 24.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": 73.5
 | 
						|
        },
 | 
						|
        "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": 178.0,
 | 
						|
          "y": -170.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": 170.0,
 | 
						|
            "y": -170.0
 | 
						|
          },
 | 
						|
          "radius": 8.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": "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": 24.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": 0.0,
 | 
						|
          "y": 1.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": 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": 5.0,
 | 
						|
          "y": 36.5,
 | 
						|
          "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": 36.5
 | 
						|
          },
 | 
						|
          "radius": 5.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": "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": 170.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": 175.0,
 | 
						|
          "y": 61.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": 170.0,
 | 
						|
            "y": 61.0
 | 
						|
          },
 | 
						|
          "radius": 5.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": "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": 170.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": -165.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": 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": -1.0,
 | 
						|
          "z": 0.0
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "start_path"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "move_path_pen",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "to": {
 | 
						|
          "x": 255.0,
 | 
						|
          "y": 188.5,
 | 
						|
          "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": 170.0,
 | 
						|
            "y": 188.5
 | 
						|
          },
 | 
						|
          "radius": 85.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": "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": 10.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": "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": -1.0,
 | 
						|
          "z": 0.0
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "start_path"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "move_path_pen",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "to": {
 | 
						|
          "x": 80.0,
 | 
						|
          "y": 188.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": 1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "arc_to",
 | 
						|
          "interior": {
 | 
						|
            "x": 170.0,
 | 
						|
            "y": 98.5,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "end": {
 | 
						|
            "x": 260.0,
 | 
						|
            "y": 188.5,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": false
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "line",
 | 
						|
          "end": {
 | 
						|
            "x": 1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "relative": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "cmdId": "[uuid]",
 | 
						|
      "range": [],
 | 
						|
      "command": {
 | 
						|
        "type": "extend_path",
 | 
						|
        "path": "[uuid]",
 | 
						|
        "segment": {
 | 
						|
          "type": "arc_to",
 | 
						|
          "interior": {
 | 
						|
            "x": 170.0,
 | 
						|
            "y": 97.5,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "end": {
 | 
						|
            "x": 80.0,
 | 
						|
            "y": 188.5,
 | 
						|
            "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": 10.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": []
 | 
						|
}
 |