Hi Tony
 
Thanks a lot.  You don't think I was hinting do you? ... :-)  I get the
gist of it and have been trying it out in the MI MB window, but as yet
I've had no results, but some weird error messages.  Perhaps you should
have tried carmel on it rather than jam.  A different slant on Greg's
soln.  Will keep at it.
 
Cheers
 
Terry
 

-----Original Message-----
From: Photogrammetry GIU
[mailto:[EMAIL PROTECTED] 
Sent: 27 September 2005 16:01
To: Terry McDonnell
Subject: RE: MI-L Too difficult for any of you :-) 10
MinuteWalkDiagram...Doughnut Factory (Low Cal)

function cook_doughnut(byval radius as float, byval x as float, byval y
as float,byval depth_of_jam as float) as object

dim circle,doughnut as object
set coordsys window frontwindow()

Set distance units "m"
circle=createcircle(x,y,radius) 'circle=createcircle(x,y,300)
circle=converttopline(circle)

' doughnut=buffer(circle,12,10,"m") ' produce a doughnut with a 10 m
tyre with mid radius of 300 m

doughnut=buffer(circle,12,depth_of_jam,"m")

cook_doughnut=doughnut
end function


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 18043

Reply via email to