home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / GRAFISCH / MORPH / MORPH.DOC < prev    next >
Internet Message Format  |  1994-12-24  |  1KB

  1. From: Ben Olasov (olasov@shadow.cs.columbia.edu)
  2. To: w8sdz@SimTel.Coast.NET (Keith Petersen)
  3. Subject: morph.zip - morphs contour pairs into each other
  4. Newsgroups: comp.cad.autocad
  5. Followup-to: comp.cad.autocad
  6.  
  7.  
  8. I have uploaded:
  9.  
  10. SimTel/msdos/autocad/
  11. morph.zip    extrudes pline section through arbitrary pline path
  12.  
  13. MORPH.LSP [in file MORPH.ZIP] allows a user to select a polyline
  14. contour representing a beginning state and a polyline contour
  15. representing a final state, then morph the first contour into the
  16. second, by a specified number of transform stages.
  17.  
  18. MORPH.LSP also allows the user to specify the number of vertices used
  19. to define each contour, and will redraw each of the contours
  20. representing intermediate and end stages with the specified number of
  21. vertices.  If the beginning and end stages are represented by
  22. polylines having inequal vertex counts, the intermediate stages will
  23. be defined with the larger number of vertices by default, although any
  24. number of vertices may be supplied for that parameter.
  25.  
  26. The MORPH user is prompted as follows:
  27.  
  28.        Beginning state:
  29.  
  30.        Final state:
  31.  
  32.        Number of transform steps:
  33.  
  34.        Change resolution of contours [Y N]:
  35.         New number of vertices in each shape:
  36.  
  37.        Connect transform steps with surface patches [Y N]
  38.  
  39.  
  40. Special requirements: AutoCad R10 and above - functions are R13 compatible
  41.  
  42. ShareWare.  Uploaded by the author.
  43.  
  44. Ben Olasov
  45. olasov@shadow.cs.columbia.edu
  46.  
  47.