home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sgi
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!usc!sol.ctr.columbia.edu!destroyer!news.iastate.edu!pv0225.vincent.iastate.edu!orman
- From: orman@iastate.edu (David L Orman)
- Subject: need to surface map 3D data in Explorer
- Message-ID: <orman.712420656@pv0225.vincent.iastate.edu>
- Sender: news@news.iastate.edu (USENET News System)
- Organization: Iowa State University, Ames IA
- Date: Wed, 29 Jul 1992 14:37:36 GMT
- Lines: 21
-
- I have a set of 3D data that I would like to make a surface (contour)
- map out of. The data looks like this.
- 15
- 1 1 5
- 1 2 4
- 1 3 3
- 1 4 4
- 1 5 3
- 2 1 4
- 2 2 4
- 2 3 6
- 2 4 5
- 2 5 4
- 3 1 3
- 3 2 5
- 3 3 4
- 3 4 3
-
- Using Raed3DCoords and all of the other Readxxxxx things only create a
- 1-D lattice. How Do I get it to read in as a 3D mattice so I can send
- it to the other machines?
-