]> granicus.if.org Git - file/commitdiff
updates from Sergey Zaykov
authorChristos Zoulas <christos@zoulas.com>
Sat, 25 Dec 2010 14:33:43 +0000 (14:33 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 25 Dec 2010 14:33:43 +0000 (14:33 +0000)
magic/Magdir/cad

index 866e6389df1b4eee9babb5f302f7ff3e6deb1e40..ec340d7a72436484a37e423b453d83ba3994d15e 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File$
+# $File: cad,v 1.9 2009/09/19 16:28:08 christos Exp $
 # autocad:  file(1) magic for cad files
 #
 
 
 # AutoCad, from Nahuel Greco
 # AutoCAD DWG versions R12/R13/R14 (www.autodesk.com)
-0      string AC1012   AutoCad (release 12)
-0      string AC1013   AutoCad (release 13)
-0      string AC1014   AutoCad (release 14)
+0      string  AC1012          DWG AutoDesk AutoCad (release 12)
+0      string  AC1013          DWG AutoDesk AutoCad (release 13)
+0      string  AC1014          DWG AutoDesk AutoCad (release 14)
+# A new version of AutoCAD DWG
+# Sergey Zaykov (mail_of_sergey@mail.ru, sergey_zaikov@rambler.ru,
+# ICQ 358572321)
+# From various sources like:
+# http://autodesk.blogs.com/between_the_lines/autocad-release-history.html
+0      string  AC1018          DWG AutoDesk AutoCAD 2004/2005/2006
+0      string  AC1021          DWG AutoDesk AutoCAD 2007/2008/2009
+0      string  AC1024          DWG AutoDesk AutoCAD 2010/2011
+
+# KOMPAS 2D drawing from ASCON 
+# This is KOMPAS 2D drawing or fragment of drawing but is not detailed nor
+# gathered nor specification
+# ASCON http://ascon.net/main/ in English,
+#      http://ascon.ru/ main site in Russian
+# Extension is CDW for drawing and FRW for fragment of drawing 
+# Sergey Zaykov (mail_of_sergey@mail.ru, sergey_zaikov@rambler.ru,
+# ICQ 358572321, http://vkontakte.ru/id16076543)
+# From:
+# http://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292
+# (in russian) and my experiments
+0      string  KF
+>2     belong  0x4E00000C      Kompas drawing 12.0 SP1 
+>2     belong  0x4D00000C      Kompas drawing 12.0 
+>2     belong  0x3200000B      Kompas drawing 11.0 SP1 
+>2     belong  0x3100000B      Kompas drawing 11.0 
+>2     belong  0x2310000A      Kompas drawing 10.0 SP1 
+>2     belong  0x2110000A      Kompas drawing 10.0 
+>2     belong  0x08000009      Kompas drawing 9.0 SP1 
+>2     belong  0x05000009      Kompas drawing 9.0 
+>2     belong  0x33010008      Kompas drawing 8+ 
+>2     belong  0x1A000008      Kompas drawing 8.0 
+>2     belong  0x2C010107      Kompas drawing 7+ 
+>2     belong  0x05000007      Kompas drawing 7.0 
+>2     belong  0x32000006      Kompas drawing 6+ 
+>2     belong  0x09000006      Kompas drawing 6.0 
+>2     belong  0x5C009005      Kompas drawing 5.11R03 
+>2     belong  0x54009005      Kompas drawing 5.11R02 
+>2     belong  0x51009005      Kompas drawing 5.11R01 
+>2     belong  0x22009005      Kompas drawing 5.10R03 
+>2     belong  0x22009005      Kompas drawing 5.10R02 mar 
+>2     belong  0x21009005      Kompas drawing 5.10R02 febr 
+>2     belong  0x19009005      Kompas drawing 5.10R01 
+>2     belong  0xF4008005      Kompas drawing 5.9R01.003 
+>2     belong  0x1C008005      Kompas drawing 5.9R01.002 
+>2     belong  0x11008005      Kompas drawing 5.8R01.003 
 
 # CAD: file(1) magic for computer aided design files
 # Phillip Griffith <phillip dot griffith at gmail dot com>