Cilp problem

I have a sphere, and I want to cut 1/8 of the sphere off, so I can see inside of the sphere.

If the center of the sphere is on the origin, after clipping , only the x>0 , y>0, and z>0 part was cut off.

I don’t how to use clipPlane to do this, can someone help me?