home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / graphics / 13590 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.0 KB

  1. Xref: sparky comp.graphics:13590 alt.cad.autocad:1820
  2. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!uknet!mucs!cs.man.ac.uk!prestonm
  3. From: prestonm@cs.man.ac.uk (Martin Preston)
  4. Newsgroups: comp.graphics,alt.cad.autocad
  5. Subject: Re: Reconstructing 3D solid from planar cross sections
  6. Keywords: reconstruction 3D solid autocad
  7. Message-ID: <prestonm.726492859@cs.man.ac.uk>
  8. Date: 8 Jan 93 11:34:19 GMT
  9. References: <martin.726422303@marsh>
  10. Sender: news@cs.man.ac.uk
  11. Followup-To: comp.graphics
  12. Lines: 35
  13.  
  14. In <martin.726422303@marsh> martin@cs.curtin.edu.au (Martin Dougiamas) writes:
  15.  
  16. >I envisage some sort of wireframe "skin" placed over the 
  17. >sections, defining the final 3D solid.
  18.  
  19. You might want to look at 
  20. Wayne Tiller, "Rational B-Splines for Curve and Surface Representation"
  21. IEEE CG&A 1983, September pp 61-69
  22.  
  23. which covers the creation of NURBS surfaces by 'skinning'.
  24.  
  25. I have no experience of AutoCAD, and so i don't know how easy it would be
  26. to convert a NURBS into whatever it can handle. If you are interested a C
  27. library for the manipulation of NURBS can be obtained from unix.hensa.ac.uk
  28. (129.12.21.7) in /pub/misc/unix/nurbs, and i have some C which will perform
  29. a basic skinning operation using that library which i'll email you if you
  30. want.
  31.  
  32. The basic library includes routines to convert sequences of points into
  33. NURBS curves, which are then skinned, so getting data in from other sources
  34. isn't too painful.
  35.  
  36. You also mention that it might be necessary to handle non-connected solids,
  37. which this algorithm ~won't~ perform.
  38.  
  39. Hope thats of some interest!
  40.  
  41. Martin
  42. --
  43. ---------------------------------------------------------------------------
  44. |Martin Preston,        (preston@uk.ac.mcc.cgu)       | Computer Graphics |
  45. |Computer Graphics Unit, Manchester Computing Centre, |    is just        |
  46. |University of Manchester,                            |  a load of balls. |
  47. |Manchester, U.K., M13 9PL     Phone : 061 275 6095   |                   |
  48. ---------------------------------------------------------------------------
  49.