home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11582 < prev    next >
Encoding:
Text File  |  1992-07-29  |  812 b   |  32 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!usc!sol.ctr.columbia.edu!destroyer!news.iastate.edu!pv0225.vincent.iastate.edu!orman
  3. From: orman@iastate.edu (David L Orman)
  4. Subject: need to surface map 3D data in Explorer
  5. Message-ID: <orman.712420656@pv0225.vincent.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames IA
  8. Date: Wed, 29 Jul 1992 14:37:36 GMT
  9. Lines: 21
  10.  
  11. I have a set of 3D data that I would like to make a surface (contour)
  12. map out of. The data looks like this.
  13. 15
  14. 1 1 5
  15. 1 2 4
  16. 1 3 3
  17. 1 4 4
  18. 1 5 3
  19. 2 1 4
  20. 2 2 4
  21. 2 3 6
  22. 2 4 5
  23. 2 5 4
  24. 3 1 3
  25. 3 2 5
  26. 3 3 4
  27. 3 4 3
  28.  
  29. Using Raed3DCoords and all of the other Readxxxxx things only create a
  30. 1-D lattice.  How Do I get it to read in as a 3D mattice so I can send
  31. it to the other machines?
  32.