{
  "version": "0.1",
  "nodes": {
    "1": {"id": 1, "name": "cube_base", "op": {"type":"Cube","size":{"x":100,"y":100,"z":25}}},
    "2": {"id": 2, "name": "cube_centered_y", "op": {"type":"Translate","child":1,"offset":{"x":0,"y":-50,"z":0}}},
    "10": {"id": 10, "name": "edge1_rot", "op": {"type":"Rotate","child":2,"angles":{"x":0,"y":0,"z":306}}},
    "11": {"id": 11, "name": "edge1", "op": {"type":"Translate","child":10,"offset":{"x":-7.1329,"y":9.8159,"z":0}}},
    "20": {"id": 20, "name": "edge2_rot", "op": {"type":"Rotate","child":2,"angles":{"x":0,"y":0,"z":18}}},
    "21": {"id": 21, "name": "edge2", "op": {"type":"Translate","child":20,"offset":{"x":-11.5418,"y":-3.75,"z":0}}},
    "30": {"id": 30, "name": "edge3_rot", "op": {"type":"Rotate","child":2,"angles":{"x":0,"y":0,"z":90}}},
    "31": {"id": 31, "name": "edge3", "op": {"type":"Translate","child":30,"offset":{"x":0,"y":-12.1353,"z":0}}},
    "40": {"id": 40, "name": "edge4_rot", "op": {"type":"Rotate","child":2,"angles":{"x":0,"y":0,"z":162}}},
    "41": {"id": 41, "name": "edge4", "op": {"type":"Translate","child":40,"offset":{"x":11.5418,"y":-3.75,"z":0}}},
    "50": {"id": 50, "name": "edge5_rot", "op": {"type":"Rotate","child":2,"angles":{"x":0,"y":0,"z":234}}},
    "51": {"id": 51, "name": "edge5", "op": {"type":"Translate","child":50,"offset":{"x":7.1329,"y":9.8159,"z":0}}},
    "60": {"id": 60, "name": "i1", "op": {"type":"Intersection","left":11,"right":21}},
    "61": {"id": 61, "name": "i2", "op": {"type":"Intersection","left":60,"right":31}},
    "62": {"id": 62, "name": "i3", "op": {"type":"Intersection","left":61,"right":41}},
    "63": {"id": 63, "name": "pentagon", "op": {"type":"Intersection","left":62,"right":51}},
    "70": {"id": 70, "name": "hole_cyl", "op": {"type":"Cylinder","radius":2.5,"height":27,"segments":32}},
    "71": {"id": 71, "name": "hole", "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"}]
}