Cylinders
A cylinder of radius 1
> plot3d(1,theta=0..2*Pi,z=-1..1,coords=cylindrical,scaling=constrained,axes=frame);
>
A section of the cylinder:
> plot3d(1,theta=0..Pi,z=-1..1,coords=cylindrical,scaling=constrained,axes=frame);