10-5.mws

> restart;

> x:=r*cos(t);

x := r*cos(t)

> y:=r*sin(t);

y := r*sin(t)

> r:=0.02*t;

r := .2e-1*t

> a:=plot3d([s*x,s*y,(1-s)],s=0..1,t=0..30,scaling=constrained,grid=[5,200],color=COLOR(RGB,0.3,0.9,0.3)):

> with(plots):

Warning, the name changecoords has been redefined

> display(a);

[Maple Plot]

> with(plottools);

[arc, arrow, circle, cone, cuboid, curve, cutin, cu...
[arc, arrow, circle, cone, cuboid, curve, cutin, cu...
[arc, arrow, circle, cone, cuboid, curve, cutin, cu...

Error, (in vrml) wrong type of arguments

> vrml(a,"c:/My Documents/mei/10.html/10-5.wrl",background_color=white):

>