Bug introduced in 10.0.0 and persisting through 11.1.1 or later
Mathematica V10 introduced the built-in function Ball. The documentation page, Ball, says
Ballrepresents a filled ball $\{x|\left\| x-p\right\| \leq r\}$.The region is $n$ dimensional for point $p$ of length $n$.
But it doesn't look filled when I render one with Graphics3D.
Graphics3D[{Ball[3]}, PlotRange -> {{0, Automatic}, {0, Automatic}, {0, Automatic}}]

Is the documentation misrepresenting Ball or is there a bug in Graphics3D?
Answer
This is a bug. I reported the problem to Wolfram tech support and I got the following confirmation:
I have filed a bug report with the development team and thank you very much for giving us feedback.
Comments
Post a Comment