plot3d(Axes = None, 
       Title = "Parametric Surface Plot",
       TitlePosition = Below,
       [Mode = Surface,
        [cos(u)*(cos(v)+2)+sin(u)*(sin(v)+2),
         -cos(u)*(sin(v)+2)+sin(u)*(cos(v)+2),
         PI-v],
        u = [0, 2*PI], v = [0, 2*PI],
        Grid = [30, 30],Style = [ColorPatches, AndMesh]]);
