I would like to draw a conical frustum with Graphics3d. Any idea of a simple method?
That is exactly what I was looking for. Thanks.
The documentation recommends:
Graphics3D[{CapForm["Butt"], Tube[{{0, 0, 0}, {0, 0, 1}}, {1, 1/2}]}]
Cheers,
Marco