Skip to main content
deleted 64 characters in body
Source Link
ParametricPlot3D[{Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]}, 
                 {u, 0, \[Pi]π}, {v, 0, \[Pi]π},             
                 Mesh -> None, 
                 Boxed -> False, 
                 Axes -> None
]

enter image description heresome hemisphere

r = 0.5;
d = {0, 0, 0.5}
sphere = ParametricPlot3D[r {Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]} + d, 
            {u, -\[Pi]π/2, \[Pi]π/2}, {v, -\[Pi]π/2, \[Pi]π/2}, 
            Mesh -> None, Boxed -> False, Axes -> None
         ][[1]];None][[1]];

SphereOpacity = 0.5;
CuboidOpacity = 0.5;
SphereColor = Blue;
CuboidColor = Orange;
Graphics3D[{SphereColor, Opacity[SphereOpacity], sphere, CuboidColor, 
            Opacity[CuboidOpacity], Cuboid[{-5, -5, 0}, {5, 5, 0.5}]}, 
           Boxed -> False]

enter image description herehemisphere and box

ParametricPlot3D[{Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]}, 
                 {u,0, \[Pi]}, {v, 0, \[Pi]},             
                 Mesh -> None, 
                 Boxed -> False, 
                 Axes -> None
]

enter image description here

r = 0.5;
d = {0, 0, 0.5}
sphere = ParametricPlot3D[r {Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]} + d, 
            {u, -\[Pi]/2, \[Pi]/2}, {v, -\[Pi]/2, \[Pi]/2}, 
            Mesh -> None, Boxed -> False, Axes -> None
         ][[1]];

SphereOpacity = 0.5;
CuboidOpacity = 0.5;
SphereColor = Blue;
CuboidColor = Orange;
Graphics3D[{SphereColor, Opacity[SphereOpacity], sphere, CuboidColor, 
  Opacity[CuboidOpacity], Cuboid[{-5, -5, 0}, {5, 5, 0.5}]}, 
 Boxed -> False]

enter image description here

ParametricPlot3D[{Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]}, 
                 {u, 0, π}, {v, 0, π},             
                 Mesh -> None, 
                 Boxed -> False, 
                 Axes -> None
]

some hemisphere

r = 0.5;
d = {0, 0, 0.5}
sphere = ParametricPlot3D[r {Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]} + d, 
            {u, -π/2, π/2}, {v, -π/2, π/2}, 
            Mesh -> None, Boxed -> False, Axes -> None][[1]];

SphereOpacity = 0.5;
CuboidOpacity = 0.5;
SphereColor = Blue;
CuboidColor = Orange;
Graphics3D[{SphereColor, Opacity[SphereOpacity], sphere, CuboidColor, 
            Opacity[CuboidOpacity], Cuboid[{-5, -5, 0}, {5, 5, 0.5}]}, 
           Boxed -> False]

hemisphere and box

added 615 characters in body
Source Link
Sjoerd C. de Vries
  • 66.5k
  • 15
  • 193
  • 338
ParametricPlot3D[{Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]}, 
                 {u,0, \[Pi]}, {v, 0, \[Pi]},             
                 Mesh -> None, 
                 Boxed -> False, 
                 Axes -> None
]

enter image description here

r = 0.5;
d = {0, 0, 0.5}
sphere = ParametricPlot3D[r {Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]} + d, 
            {u, -\[Pi]/2, \[Pi]/2}, {v, -\[Pi]/2, \[Pi]/2}, 
            Mesh -> None, Boxed -> False, Axes -> None
         ][[1]];

SphereOpacity = 0.5;
CuboidOpacity = 0.5;
SphereColor = Blue;
CuboidColor = Orange;
Graphics3D[{SphereColor, Opacity[SphereOpacity], sphere, CuboidColor, 
  Opacity[CuboidOpacity], Cuboid[{-5, -5, 0}, {5, 5, 0.5}]}, 
 Boxed -> False]

enter image description here

ParametricPlot3D[{Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]}, 
                 {u,0, \[Pi]}, {v, 0, \[Pi]},             
                 Mesh -> None, 
                 Boxed -> False, 
                 Axes -> None
]

enter image description here

ParametricPlot3D[{Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]}, 
                 {u,0, \[Pi]}, {v, 0, \[Pi]},             
                 Mesh -> None, 
                 Boxed -> False, 
                 Axes -> None
]

enter image description here

r = 0.5;
d = {0, 0, 0.5}
sphere = ParametricPlot3D[r {Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]} + d, 
            {u, -\[Pi]/2, \[Pi]/2}, {v, -\[Pi]/2, \[Pi]/2}, 
            Mesh -> None, Boxed -> False, Axes -> None
         ][[1]];

SphereOpacity = 0.5;
CuboidOpacity = 0.5;
SphereColor = Blue;
CuboidColor = Orange;
Graphics3D[{SphereColor, Opacity[SphereOpacity], sphere, CuboidColor, 
  Opacity[CuboidOpacity], Cuboid[{-5, -5, 0}, {5, 5, 0.5}]}, 
 Boxed -> False]

enter image description here

Source Link
Sjoerd C. de Vries
  • 66.5k
  • 15
  • 193
  • 338

ParametricPlot3D[{Cos[u] Sin[v], Sin[u] Sin[v], Cos[v]}, 
                 {u,0, \[Pi]}, {v, 0, \[Pi]},             
                 Mesh -> None, 
                 Boxed -> False, 
                 Axes -> None
]

enter image description here