>
> restart;
> x:=(1-s)*cos(t):y:=s*sin(t):
> z:=2*s:
> with(plots):
Warning, the name changecoords has been redefined> c:=plot3d([x,y,z],s=0..1,t=0..2*Pi,scaling=constrained):
> c;
> with(plottools):
> vrml(c,"c:/040/12/12-1.wrl",background_color=white):
>