{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Cube_Primitive_40",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 40,
          "z": 40
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Cube_Centered_XY_Bottom_Z0",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -20,
          "y": -20,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Sphere_Primitive_R15",
      "op": {
        "type": "Sphere",
        "radius": 15,
        "segments": 32
      }
    },
    "4": {
      "id": 4,
      "name": "Sphere_Centered_Z40",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 40
        }
      }
    },
    "5": {
      "id": 5,
      "name": "Big_Cube_Halfspace_Primitive",
      "op": {
        "type": "Cube",
        "size": {
          "x": 100,
          "y": 100,
          "z": 100
        }
      }
    },
    "6": {
      "id": 6,
      "name": "Big_Cube_Positioned_Z>=40",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": -50,
          "y": -50,
          "z": 40
        }
      }
    },
    "7": {
      "id": 7,
      "name": "Hemisphere_Top",
      "op": {
        "type": "Intersection",
        "left": 4,
        "right": 6
      }
    },
    "8": {
      "id": 8,
      "name": "Cube_With_Hemispherical_Dome",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 7
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 8,
      "material": "default"
    }
  ]
}