{
  "version": "0.1",
  "nodes": {
    "1": {"id": 1, "name": "cyl_base", "op": {"type": "Cylinder", "radius": 10, "height": 30, "segments": 64}},
    "2": {"id": 2, "name": "cyl_top", "op": {"type": "Translate", "child": 1, "offset": {"x": 0, "y": 11.547005, "z": 0}}},
    "3": {"id": 3, "name": "cyl_bl", "op": {"type": "Translate", "child": 1, "offset": {"x": -10, "y": -5.7735027, "z": 0}}},
    "4": {"id": 4, "name": "cyl_br", "op": {"type": "Translate", "child": 1, "offset": {"x": 10, "y": -5.7735027, "z": 0}}},
    "5": {"id": 5, "name": "u1", "op": {"type": "Union", "left": 2, "right": 3}},
    "6": {"id": 6, "name": "u2", "op": {"type": "Union", "left": 5, "right": 4}}
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": 6, "material": "default"}]
}