cad 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #------------------------------------------------------------------------------
  2. # $File: cad,v 1.9 2009/09/19 16:28:08 christos Exp $
  3. # autocad: file(1) magic for cad files
  4. #
  5. # AutoCAD DWG versions R13/R14 (www.autodesk.com)
  6. # Written December 01, 2003 by Lester Hightower
  7. # Based on the DWG File Format Specifications at http://www.opendwg.org/
  8. 0 string \101\103\061\060\061 AutoCAD
  9. >5 string \062\000\000\000\000 DWG ver. R13
  10. >5 string \064\000\000\000\000 DWG ver. R14
  11. # Microstation DGN/CIT Files (www.bentley.com)
  12. # Last updated July 29, 2005 by Lester Hightower
  13. # DGN is the default file extension of Microstation/Intergraph CAD files.
  14. # CIT is the proprietary raster format (similar to TIFF) used to attach
  15. # raster underlays to Microstation DGN (vector) drawings.
  16. #
  17. # http://www.wotsit.org/search.asp
  18. # http://filext.com/detaillist.php?extdetail=DGN
  19. # http://filext.com/detaillist.php?extdetail=CIT
  20. #
  21. # http://www.bentley.com/products/default.cfm?objectid=97F351F5-9C35-4E5E-89C2
  22. # 3F86C928&method=display&p_objectid=97F351F5-9C35-4E5E-89C280A93F86C928
  23. # http://www.bentley.com/products/default.cfm?objectid=A5C2FD43-3AC9-4C71-B682
  24. # 721C479F&method=display&p_objectid=A5C2FD43-3AC9-4C71-B682C7BE721C479F
  25. 0 string \010\011\376 Microstation
  26. >3 string \002
  27. >>30 string \026\105 DGNFile
  28. >>30 string \034\105 DGNFile
  29. >>30 string \073\107 DGNFile
  30. >>30 string \073\110 DGNFile
  31. >>30 string \106\107 DGNFile
  32. >>30 string \110\103 DGNFile
  33. >>30 string \120\104 DGNFile
  34. >>30 string \172\104 DGNFile
  35. >>30 string \172\105 DGNFile
  36. >>30 string \172\106 DGNFile
  37. >>30 string \234\106 DGNFile
  38. >>30 string \273\105 DGNFile
  39. >>30 string \306\106 DGNFile
  40. >>30 string \310\104 DGNFile
  41. >>30 string \341\104 DGNFile
  42. >>30 string \372\103 DGNFile
  43. >>30 string \372\104 DGNFile
  44. >>30 string \372\106 DGNFile
  45. >>30 string \376\103 DGNFile
  46. >4 string \030\000\000 CITFile
  47. >4 string \030\000\003 CITFile
  48. # AutoCad, from Nahuel Greco
  49. # AutoCAD DWG versions R12/R13/R14 (www.autodesk.com)
  50. 0 string AC1012 AutoCad (release 12)
  51. 0 string AC1013 AutoCad (release 13)
  52. 0 string AC1014 AutoCad (release 14)
  53. # CAD: file(1) magic for computer aided design files
  54. # Phillip Griffith <phillip dot griffith at gmail dot com>
  55. # AutoCAD magic taken from the Open Design Alliance's OpenDWG specifications.
  56. #
  57. 0 belong 0x08051700 Bentley/Intergraph MicroStation DGN cell library
  58. 0 belong 0x0809fe02 Bentley/Intergraph MicroStation DGN vector CAD
  59. 0 belong 0xc809fe02 Bentley/Intergraph MicroStation DGN vector CAD
  60. 0 beshort 0x0809 Bentley/Intergraph MicroStation
  61. >0x02 byte 0xfe
  62. >>0x04 beshort 0x1800 CIT raster CAD
  63. 0 string AC1012 AutoDesk AutoCAD R13
  64. 0 string AC1014 AutoDesk AutoCAD R14
  65. 0 string AC1015 AutoDesk AutoCAD R2000