KCL's `fillet` function takes an array of edges to fillet. Previously this would do `n` fillet API commands, one per edge. This PR combines them all into one call, which should improve performance. You can see the effect in the  artifact_commands snapshots, e.g. `rust/kcl-lib/tests/kcl_samples/axial-fan/artifact_commands.snap` 
Besides performance, this should fix a bug where some KCL fillets would fail, when they should have succeeded. Example from @max-mrgrsk:
```kcl
sketch001 = startSketchOn(XY)
  |> startProfile(at = [-12, -6])
  |> line(end = [0, 12], tag = $seg04)
  |> line(end = [24, 0], tag = $seg03)
  |> line(end = [0, -12], tag = $seg02)
  |> line(endAbsolute = [profileStartX(%), profileStartY(%)], tag = $seg01)
  |> close()
extrude001 = extrude(
       sketch001,
       length = 12,
       tagEnd = $capEnd001,
       tagStart = $capStart001,
     )
  |> fillet(
       radius = 5,
       tags = [
         getCommonEdge(faces = [seg02, capEnd001]),
         getCommonEdge(faces = [seg01, capEnd001]),
         getCommonEdge(faces = [seg03, capEnd001]),
         getCommonEdge(faces = [seg04, capEnd001])
       ],
     )
```
This program fails on main, but succeeds on this branch.
		
	
		
			
				
	
	
		
			3799 lines
		
	
	
		
			71 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			3799 lines
		
	
	
		
			71 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
source: kcl-lib/src/simulation_tests.rs
 | 
						|
description: Artifact commands gridfinity-baseplate-magnets.kcl
 | 
						|
---
 | 
						|
[
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "edge_lines_visible",
 | 
						|
      "hidden": false
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "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": "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": "move_path_pen",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "to": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": 0.0,
 | 
						|
        "z": 0.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "move_path_pen",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "to": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": 0.0,
 | 
						|
        "z": 0.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "start_path"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "start_path"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 4.65,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 4.65,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 2.15,
 | 
						|
          "y": -2.15,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 2.15,
 | 
						|
          "y": -2.15,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": -1.8,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": -1.8,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.7,
 | 
						|
          "y": -0.7,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.7,
 | 
						|
          "y": -0.7,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "close_path",
 | 
						|
      "path_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "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": 34.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_adjacency_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "make_plane",
 | 
						|
      "origin": {
 | 
						|
        "x": 4.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": 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": "entity_circular_pattern",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "axis": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": 0.0,
 | 
						|
        "z": 1.0
 | 
						|
      },
 | 
						|
      "center": {
 | 
						|
        "x": 21.0,
 | 
						|
        "y": 21.0,
 | 
						|
        "z": 0.0
 | 
						|
      },
 | 
						|
      "num_repetitions": 3,
 | 
						|
      "arc_degrees": 360.0,
 | 
						|
      "rotate_duplicates": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "revolve",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "origin": {
 | 
						|
        "x": 4.0,
 | 
						|
        "y": 4.0,
 | 
						|
        "z": 0.0
 | 
						|
      },
 | 
						|
      "axis": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": 1.0,
 | 
						|
        "z": 0.0
 | 
						|
      },
 | 
						|
      "axis_is_2d": true,
 | 
						|
      "angle": {
 | 
						|
        "unit": "degrees",
 | 
						|
        "value": -90.0
 | 
						|
      },
 | 
						|
      "tolerance": 0.0000001,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_adjacency_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "make_plane",
 | 
						|
      "origin": {
 | 
						|
        "x": 4.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": 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": "entity_circular_pattern",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "axis": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": 0.0,
 | 
						|
        "z": 1.0
 | 
						|
      },
 | 
						|
      "center": {
 | 
						|
        "x": 21.0,
 | 
						|
        "y": 21.0,
 | 
						|
        "z": 0.0
 | 
						|
      },
 | 
						|
      "num_repetitions": 3,
 | 
						|
      "arc_degrees": 360.0,
 | 
						|
      "rotate_duplicates": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 42.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 42.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 42.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 42.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.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": 42.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 42.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 42.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 42.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.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": 1.0,
 | 
						|
        "z": 0.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": 0.0,
 | 
						|
        "z": 1.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "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": "move_path_pen",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "to": {
 | 
						|
        "x": 2.85,
 | 
						|
        "y": 13.0,
 | 
						|
        "z": 0.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "move_path_pen",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "to": {
 | 
						|
        "x": 2.85,
 | 
						|
        "y": 13.0,
 | 
						|
        "z": 0.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "start_path"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "start_path"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 6.9,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 6.9,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "arc",
 | 
						|
        "center": {
 | 
						|
          "x": 9.75,
 | 
						|
          "y": 9.75
 | 
						|
        },
 | 
						|
        "radius": 3.25,
 | 
						|
        "start": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 90.0
 | 
						|
        },
 | 
						|
        "end": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 0.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "arc",
 | 
						|
        "center": {
 | 
						|
          "x": 9.75,
 | 
						|
          "y": 9.75
 | 
						|
        },
 | 
						|
        "radius": 3.25,
 | 
						|
        "start": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 90.0
 | 
						|
        },
 | 
						|
        "end": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 0.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": -6.9,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": -6.9,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 16.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 16.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": 6.9,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 6.9,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "arc",
 | 
						|
        "center": {
 | 
						|
          "x": 32.25,
 | 
						|
          "y": 9.75
 | 
						|
        },
 | 
						|
        "radius": 3.25,
 | 
						|
        "start": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 180.0
 | 
						|
        },
 | 
						|
        "end": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 90.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "arc",
 | 
						|
        "center": {
 | 
						|
          "x": 32.25,
 | 
						|
          "y": 9.75
 | 
						|
        },
 | 
						|
        "radius": 3.25,
 | 
						|
        "start": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 180.0
 | 
						|
        },
 | 
						|
        "end": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 90.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 6.9,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 6.9,
 | 
						|
          "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": 16.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 16.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": -6.9,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": -6.9,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "arc",
 | 
						|
        "center": {
 | 
						|
          "x": 32.25,
 | 
						|
          "y": 32.25
 | 
						|
        },
 | 
						|
        "radius": 3.25,
 | 
						|
        "start": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 270.0
 | 
						|
        },
 | 
						|
        "end": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 180.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "arc",
 | 
						|
        "center": {
 | 
						|
          "x": 32.25,
 | 
						|
          "y": 32.25
 | 
						|
        },
 | 
						|
        "radius": 3.25,
 | 
						|
        "start": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 270.0
 | 
						|
        },
 | 
						|
        "end": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 180.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 6.9,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 6.9,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": -16.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": -16.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": -6.9,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": -6.9,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "arc",
 | 
						|
        "center": {
 | 
						|
          "x": 9.75,
 | 
						|
          "y": 32.25
 | 
						|
        },
 | 
						|
        "radius": 3.25,
 | 
						|
        "start": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 360.0
 | 
						|
        },
 | 
						|
        "end": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 270.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "arc",
 | 
						|
        "center": {
 | 
						|
          "x": 9.75,
 | 
						|
          "y": 32.25
 | 
						|
        },
 | 
						|
        "radius": 3.25,
 | 
						|
        "start": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 360.0
 | 
						|
        },
 | 
						|
        "end": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 270.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": -6.9,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": -6.9,
 | 
						|
          "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": -16.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": -16.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "close_path",
 | 
						|
      "path_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "close_path",
 | 
						|
      "path_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": 1.0,
 | 
						|
        "z": 0.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": 0.0,
 | 
						|
        "z": 1.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "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": "move_path_pen",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "to": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": 0.0,
 | 
						|
        "z": 0.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "move_path_pen",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "to": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": 0.0,
 | 
						|
        "z": 0.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "start_path"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "start_path"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 42.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 42.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": 42.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 42.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 42.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 42.0,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "close_path",
 | 
						|
      "path_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "close_path",
 | 
						|
      "path_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid2d_add_hole",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hole_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid2d_add_hole",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hole_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": 1.0,
 | 
						|
        "z": 0.0
 | 
						|
      },
 | 
						|
      "size": 60.0,
 | 
						|
      "clobber": false,
 | 
						|
      "hide": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "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": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "arc",
 | 
						|
        "center": {
 | 
						|
          "x": 8.0,
 | 
						|
          "y": 8.0
 | 
						|
        },
 | 
						|
        "radius": 3.25,
 | 
						|
        "start": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 0.0
 | 
						|
        },
 | 
						|
        "end": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 360.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "move_path_pen",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "to": {
 | 
						|
        "x": 11.25,
 | 
						|
        "y": 8.0,
 | 
						|
        "z": 0.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "start_path"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_circular_pattern",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "axis": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": 0.0,
 | 
						|
        "z": 0.0
 | 
						|
      },
 | 
						|
      "center": {
 | 
						|
        "x": 21.0,
 | 
						|
        "y": 21.0,
 | 
						|
        "z": 0.0
 | 
						|
      },
 | 
						|
      "num_repetitions": 3,
 | 
						|
      "arc_degrees": 360.0,
 | 
						|
      "rotate_duplicates": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid2d_add_hole",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hole_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid2d_add_hole",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hole_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid2d_add_hole",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hole_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid2d_add_hole",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hole_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": -2.4,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_adjacency_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_fillet_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": null,
 | 
						|
      "edge_ids": [
 | 
						|
        "[uuid]",
 | 
						|
        "[uuid]",
 | 
						|
        "[uuid]",
 | 
						|
        "[uuid]"
 | 
						|
      ],
 | 
						|
      "radius": 4.0,
 | 
						|
      "tolerance": 0.0000001,
 | 
						|
      "cut_type": "fillet",
 | 
						|
      "strategy": "automatic",
 | 
						|
      "extra_face_ids": [
 | 
						|
        "[uuid]",
 | 
						|
        "[uuid]",
 | 
						|
        "[uuid]"
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_prev_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_prev_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "make_plane",
 | 
						|
      "origin": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": 0.0,
 | 
						|
        "z": -2.4
 | 
						|
      },
 | 
						|
      "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": "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": -2.4,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_adjacency_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_fillet_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": null,
 | 
						|
      "edge_ids": [
 | 
						|
        "[uuid]",
 | 
						|
        "[uuid]",
 | 
						|
        "[uuid]",
 | 
						|
        "[uuid]"
 | 
						|
      ],
 | 
						|
      "radius": 4.0,
 | 
						|
      "tolerance": 0.0000001,
 | 
						|
      "cut_type": "fillet",
 | 
						|
      "strategy": "automatic",
 | 
						|
      "extra_face_ids": [
 | 
						|
        "[uuid]",
 | 
						|
        "[uuid]",
 | 
						|
        "[uuid]"
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_prev_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_prev_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 42.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.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": 42.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 42.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 84.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
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  }
 | 
						|
]
 |