home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / graphics / 8861 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.8 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!usc!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!poly-vlsi!usenet.vlsi.polymtl.ca!baby
  2. From: baby@info.polymtl.ca (Philippe Grant)
  3. Newsgroups: comp.graphics
  4. Subject: Re: Wanting format of AutoCAD .dwg files...
  5. Message-ID: <BABY.92Aug14091612@turing.info.polymtl.ca>
  6. Date: 14 Aug 92 14:16:12 GMT
  7. References: <1992Aug12.133743.289@csc.canterbury.ac.nz>
  8. Sender: news@vlsi.polymtl.ca (USENET News System)
  9. Organization: Ecole Polytechnique de Montreal, Canada
  10. Lines: 34
  11. In-Reply-To: geoffrey@cosc.canterbury.ac.nz's message of 12 Aug 92 13:37:42 +1200
  12.  
  13. In article <1992Aug12.133743.289@csc.canterbury.ac.nz> geoffrey@cosc.canterbury.ac.nz (Geoff Thomas) writes:
  14.  
  15.  
  16. >   I've got an AutoCAD .dwg file from somewhere, and I want to write a bit
  17. >   of C code to read it in and splat it on the screen, but the .dwg file is
  18. >   is some kind of binary format, and not very readable.
  19. >
  20. >   Any help much appreciated.
  21. >   Thanks,
  22. >
  23. >   Geoff Thomas
  24.  
  25. Well, I have some bad news for you. (you may want to second-source this
  26. though).
  27.  
  28. In the little experience I've had working for a small tech drawing firm
  29. (wich used ACAD heavily), I've been told that the ACAD .dwg format is
  30. proprietary and ``secret''(1) (though someone somewhere might have hacked it).
  31.  
  32. However, the .dxf format is not. Its format is even described in the ACAD
  33. reference manuals.  The drawback is that it is a text format, so it must be
  34. parsed (which means that it's S-L-O-W).  It also tends to gobble up space
  35. for large drawings. (.dxf format was put into ACAD to exchange drawings
  36. between different drawing/drafting/jotting software).
  37.  
  38.  
  39.  
  40.  
  41.  
  42. (1) to be taken with a grain of salt
  43. --
  44. Philippe Grant                     | If it ain't broke,
  45. Ecole Polytechnique de Montreal    | DON'T FIX IT!!!
  46. baby@info.polymtl.ca               | Including this signature!
  47.