I have made a simple helix using ParametricPlot3D:
ParametricPlot3D[{Cos[x], Cos[x], x}, {x, 0, 10}] I want to add a a continuous 'fill' connecting the curve to the line y=0, z=0 (in other words, the x axis). The result should look something like an Archimedes screw.
It seems to me that this should be simple, but I can't find anything telling me how. Suggestions?
