> restart;
> r:=exp(-t);
> x:=r*cos(s);
> y:=r*sin(s);
> z:=t+0.04*s;
> a:=plot3d([x,y,z],s=0..8*Pi,t=1..3,scaling=constrained,color=green,grid=[100,20]):
> with(plots):
Warning, the name changecoords has been redefined
>
> display(a);
> with(plottools):
> vrml(a,"c:/My Documents/mei/10.html/10-6.wrl",background_color=white):
>