{
  "version": "0.1",
  "nodes": {
    "1": {"id": 1, "name": "halfspace_base", "op": {"type": "Cube", "size": {"x": 100, "y": 100, "z": 25}}},
    "2": {"id": 2, "name": "hs_centered", "op": {"type": "Translate", "child": 1, "offset": {"x": -100, "y": -50, "z": 0}}},
    "3": {"id": 3, "name": "hs_shifted", "op": {"type": "Translate", "child": 2, "offset": {"x": 12.1352549, "y": 0, "z": 0}}},

    "10": {"id": 10, "name": "hs0_b", "op": {"type": "Cube", "size": {"x": 100, "y": 100, "z": 25}}},
    "11": {"id": 11, "name": "hs0_c", "op": {"type": "Translate", "child": 10, "offset": {"x": -100, "y": -50, "z": 0}}},
    "12": {"id": 12, "name": "hs0_s", "op": {"type": "Translate", "child": 11, "offset": {"x": 12.1352549, "y": 0, "z": 0}}},
    "13": {"id": 13, "name": "hs0", "op": {"type": "Rotate", "child": 12, "angles": {"x": 0, "y": 0, "z": 54}}},

    "20": {"id": 20, "name": "hs1_b", "op": {"type": "Cube", "size": {"x": 100, "y": 100, "z": 25}}},
    "21": {"id": 21, "name": "hs1_c", "op": {"type": "Translate", "child": 20, "offset": {"x": -100, "y": -50, "z": 0}}},
    "22": {"id": 22, "name": "hs1_s", "op": {"type": "Translate", "child": 21, "offset": {"x": 12.1352549, "y": 0, "z": 0}}},
    "23": {"id": 23, "name": "hs1", "op": {"type": "Rotate", "child": 22, "angles": {"x": 0, "y": 0, "z": 126}}},

    "30": {"id": 30, "name": "hs2_b", "op": {"type": "Cube", "size": {"x": 100, "y": 100, "z": 25}}},
    "31": {"id": 31, "name": "hs2_c", "op": {"type": "Translate", "child": 30, "offset": {"x": -100, "y": -50, "z": 0}}},
    "32": {"id": 32, "name": "hs2_s", "op": {"type": "Translate", "child": 31, "offset": {"x": 12.1352549, "y": 0, "z": 0}}},
    "33": {"id": 33, "name": "hs2", "op": {"type": "Rotate", "child": 32, "angles": {"x": 0, "y": 0, "z": 198}}},

    "40": {"id": 40, "name": "hs3_b", "op": {"type": "Cube", "size": {"x": 100, "y": 100, "z": 25}}},
    "41": {"id": 41, "name": "hs3_c", "op": {"type": "Translate", "child": 40, "offset": {"x": -100, "y": -50, "z": 0}}},
    "42": {"id": 42, "name": "hs3_s", "op": {"type": "Translate", "child": 41, "offset": {"x": 12.1352549, "y": 0, "z": 0}}},
    "43": {"id": 43, "name": "hs3", "op": {"type": "Rotate", "child": 42, "angles": {"x": 0, "y": 0, "z": 270}}},

    "50": {"id": 50, "name": "hs4_b", "op": {"type": "Cube", "size": {"x": 100, "y": 100, "z": 25}}},
    "51": {"id": 51, "name": "hs4_c", "op": {"type": "Translate", "child": 50, "offset": {"x": -100, "y": -50, "z": 0}}},
    "52": {"id": 52, "name": "hs4_s", "op": {"type": "Translate", "child": 51, "offset": {"x": 12.1352549, "y": 0, "z": 0}}},
    "53": {"id": 53, "name": "hs4", "op": {"type": "Rotate", "child": 52, "angles": {"x": 0, "y": 0, "z": 342}}},

    "60": {"id": 60, "name": "i1", "op": {"type": "Intersection", "left": 13, "right": 23}},
    "61": {"id": 61, "name": "i2", "op": {"type": "Intersection", "left": 60, "right": 33}},
    "62": {"id": 62, "name": "i3", "op": {"type": "Intersection", "left": 61, "right": 43}},
    "63": {"id": 63, "name": "pentagon", "op": {"type": "Intersection", "left": 62, "right": 53}},

    "70": {"id": 70, "name": "hole_cyl", "op": {"type": "Cylinder", "radius": 2.5, "height": 27, "segments": 32}},
    "71": {"id": 71, "name": "hole_pos", "op": {"type": "Translate", "child": 70, "offset": {"x": 5, "y": 0, "z": -1}}},

    "80": {"id": 80, "name": "result", "op": {"type": "Difference", "left": 63, "right": 71}}
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": 80, "material": "default"}]
}