Is there a way to calculate the volume of these different regions without making the algebra ?
{{RGBColor[1, 0, 0], ClipPlanes -> {InfinitePlane[{{0, 0, -0.0664608}, {0, 1, -0.0664608}, {1, 1, -0.0664608}}]}, Opacity[0.5], Sphere[{0, 0, 0}, 0.986202]}, {RGBColor[0, 0, 1], ClipPlanes -> {InfinitePlane[{{0, 1, -0.0664608}, {0, 0, -0.0664608}, {1, 1, -0.0664608}}]}, Opacity[0.5], Sphere[{0, 0, 0.831202}, 1.33191]}, {RGBColor[0, 0, 1], ClipPlanes -> {InfinitePlane[{{0, 0, -0.0664608}, {0, 1, -0.0664608}, {1, 1, -0.0664608}}]}, Opacity[0.5], Sphere[{0, 0, 0.677365}, 1.23347]}} I'm using this in a Graphics3D.
More generally, I'd like to enter into Graphics3D what I want and to get the volume without entering into complicated trigonometry. I tried to use Volume[] but I did not manage to go from this description of the region to something that fits Volume[]