home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / programm / 3348 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.programming
  2. Path: sparky!uunet!cs.utexas.edu!torn!nott!cunews!revcan!geovision!pt
  3. From: pt@geovision.gvc.com (Paul Tomblin)
  4. Subject: Fillet mode?
  5. Message-ID: <BzKv0M.1I3@geovision.gvc.com>
  6. Reply-To: pt@geovision.gvc.com
  7. Organization: Not officially GeoVision Systems Inc., Ottawa, Ontario
  8. Date: Sun, 20 Dec 1992 21:43:33 GMT
  9. Lines: 19
  10.  
  11. I'm trying to figure out the algorithm for this, but I thought I'd ask
  12. first:
  13.  
  14. I want to generate lines with fillets - ie. line segments joined by
  15. fixed-radius arcs.  I.e. I'd like to be able to get a user to enter a
  16. radius, and then digitize a polyline, and I'd change all the corners to nice
  17. arcs.
  18.  
  19. Given: Corner points of a polyline, and a fillet radius
  20. Generate: the parameters for the arcs at each corner point (ie. radius,
  21. start point, end point, or 3 points that define the arc)
  22.  
  23. If anybody can email an algorithm for this, I'll be happy to share my final
  24. code.
  25.  
  26. -- 
  27. Paul Tomblin (I don't make or state policy for this company)
  28. "Well, this looks absolutely brilliant and completely unmarketable."
  29. "Thanks.  I'm technology driven" - Dilbert
  30.