{
  "version": "0.1",
  "nodes": {
    "1": {"id": 1, "name": "plate", "op": {"type": "Cube", "size": {"x": 60, "y": 60, "z": 12}}},
    "2": {"id": 2, "name": "plate_centered", "op": {"type": "Translate", "child": 1, "offset": {"x": -30, "y": -30, "z": 0}}},

    "10": {"id": 10, "name": "cl_hole_pp", "op": {"type": "Cylinder", "radius": 2, "height": 12, "segments": 32}},
    "11": {"id": 11, "name": "cl_hole_pp_t", "op": {"type": "Translate", "child": 10, "offset": {"x": 20, "y": 20, "z": 0}}},
    "12": {"id": 12, "name": "cb_recess_pp", "op": {"type": "Cylinder", "radius": 4, "height": 4, "segments": 32}},
    "13": {"id": 13, "name": "cb_recess_pp_t", "op": {"type": "Translate", "child": 12, "offset": {"x": 20, "y": 20, "z": 8}}},

    "20": {"id": 20, "name": "cl_hole_np", "op": {"type": "Cylinder", "radius": 2, "height": 12, "segments": 32}},
    "21": {"id": 21, "name": "cl_hole_np_t", "op": {"type": "Translate", "child": 20, "offset": {"x": -20, "y": 20, "z": 0}}},
    "22": {"id": 22, "name": "cb_recess_np", "op": {"type": "Cylinder", "radius": 4, "height": 4, "segments": 32}},
    "23": {"id": 23, "name": "cb_recess_np_t", "op": {"type": "Translate", "child": 22, "offset": {"x": -20, "y": 20, "z": 8}}},

    "30": {"id": 30, "name": "cl_hole_nn", "op": {"type": "Cylinder", "radius": 2, "height": 12, "segments": 32}},
    "31": {"id": 31, "name": "cl_hole_nn_t", "op": {"type": "Translate", "child": 30, "offset": {"x": -20, "y": -20, "z": 0}}},
    "32": {"id": 32, "name": "cb_recess_nn", "op": {"type": "Cylinder", "radius": 4, "height": 4, "segments": 32}},
    "33": {"id": 33, "name": "cb_recess_nn_t", "op": {"type": "Translate", "child": 32, "offset": {"x": -20, "y": -20, "z": 8}}},

    "40": {"id": 40, "name": "cl_hole_pn", "op": {"type": "Cylinder", "radius": 2, "height": 12, "segments": 32}},
    "41": {"id": 41, "name": "cl_hole_pn_t", "op": {"type": "Translate", "child": 40, "offset": {"x": 20, "y": -20, "z": 0}}},
    "42": {"id": 42, "name": "cb_recess_pn", "op": {"type": "Cylinder", "radius": 4, "height": 4, "segments": 32}},
    "43": {"id": 43, "name": "cb_recess_pn_t", "op": {"type": "Translate", "child": 42, "offset": {"x": 20, "y": -20, "z": 8}}},

    "50": {"id": 50, "name": "union_pp_cl_cb", "op": {"type": "Union", "left": 11, "right": 13}},
    "51": {"id": 51, "name": "union_np_cl_cb", "op": {"type": "Union", "left": 21, "right": 23}},
    "52": {"id": 52, "name": "union_nn_cl_cb", "op": {"type": "Union", "left": 31, "right": 33}},
    "53": {"id": 53, "name": "union_pn_cl_cb", "op": {"type": "Union", "left": 41, "right": 43}},

    "60": {"id": 60, "name": "union_cut_1", "op": {"type": "Union", "left": 50, "right": 51}},
    "61": {"id": 61, "name": "union_cut_2", "op": {"type": "Union", "left": 52, "right": 53}},
    "62": {"id": 62, "name": "union_all_cuts", "op": {"type": "Union", "left": 60, "right": 61}},

    "100": {"id": 100, "name": "result", "op": {"type": "Difference", "left": 2, "right": 62}}
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": 100, "material": "default"}]
}