DWG
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				 (Category:Autodesk)  | 
			|||
| Line 1: | Line 1: | ||
{{FormatInfo  | {{FormatInfo  | ||
|subcat=3D and CAD/CAM Models  | |subcat=3D and CAD/CAM Models  | ||
| − | |extensions={{ext|dwg}}  | + | |extensions={{ext|dwg}}, {{ext|dwt}}  | 
| − | |mimetypes=  | + | |mimetypes={{mimetype|application/acad}}, {{mimetype|application/x-acad}}, {{mimetype|application/autocad_dwg}}, {{mimetype|image/x-dwg}}, {{mimetype|application/dwg}}, {{mimetype|application/x-dwg}}, {{mimetype|application/x-autocad}}, {{mimetype|image/vnd.dwg}}, {{mimetype|drawing/dwg}}  | 
| − | {{mimetype|application/acad}},  | + | |pronom={{PRONOM|fmt/531}}, others  | 
| − | {{mimetype|application/x-acad}},  | + | |
| − | {{mimetype|application/autocad_dwg}},  | + | |
| − | {{mimetype|image/x-dwg}},  | + | |
| − | {{mimetype|application/dwg}},  | + | |
| − | {{mimetype|application/x-dwg}},  | + | |
| − | {{mimetype|application/x-autocad}},  | + | |
| − | {{mimetype|image/vnd.dwg}},  | + | |
| − | {{mimetype|drawing/dwg}}  | + | |
}}  | }}  | ||
| + | '''DWG''' ('''AutoCAD Drawing''') is the native binary file format for AutoDesk CAD products (AutoCAD, etc.).  | ||
| − | ==  | + | == Identifiers ==  | 
| − | + | {| class="wikitable"  | |
| + | ! Version / Format !! Ext. !! PRONOM  | ||
| + | |-  | ||
| + | |1.0 ||rowspan="19"| .dwg || {{PRONOM|fmt/21}}  | ||
| + | |-  | ||
| + | |1.2            || {{PRONOM|fmt/22}}  | ||
| + | |-  | ||
| + | |1.3            || {{PRONOM|fmt/23}}  | ||
| + | |-  | ||
| + | |1.4            || {{PRONOM|fmt/24}}  | ||
| + | |-  | ||
| + | |2.0            || {{PRONOM|fmt/25}}  | ||
| + | |-  | ||
| + | |2.1            || {{PRONOM|fmt/26}}  | ||
| + | |-  | ||
| + | |2.2            || {{PRONOM|fmt/27}}  | ||
| + | |-  | ||
| + | |2.5            || {{PRONOM|fmt/28}}  | ||
| + | |-  | ||
| + | |2.6            || {{PRONOM|fmt/29}}  | ||
| + | |-  | ||
| + | |R9             || {{PRONOM|fmt/30}}  | ||
| + | |-  | ||
| + | |R10            || {{PRONOM|fmt/31}}  | ||
| + | |-  | ||
| + | |R11/12         || {{PRONOM|fmt/32}}  | ||
| + | |-  | ||
| + | |R13            || {{PRONOM|fmt/33}}  | ||
| + | |-  | ||
| + | |R14            || {{PRONOM|fmt/34}}  | ||
| + | |-  | ||
| + | |2000-2002      || {{PRONOM|fmt/35}}  | ||
| + | |-  | ||
| + | |2004-2005      || {{PRONOM|fmt/36}}  | ||
| + | |-  | ||
| + | |2007-2008      || {{PRONOM|x-fmt/455}}  | ||
| + | |-  | ||
| + | |2010/2011/2012 || {{PRONOM|fmt/434}}   | ||
| + | |-  | ||
| + | |2013/2014      || {{PRONOM|fmt/531}}  | ||
| + | |-  | ||
| + | |Drawing Template || .dwt || {{PRONOM|x-fmt/51}}  | ||
| + | |}  | ||
==Resources==  | ==Resources==  | ||
* [[Wikipedia:.dwg|Wikipedia page on DWG]]  | * [[Wikipedia:.dwg|Wikipedia page on DWG]]  | ||
| − | *   | + | * [http://opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files.pdf Open Design Alliance's specification on DWG]  | 
* [http://www.gnu.org/software/libredwg/ LibreDWG], GNU source code to read/write DWG files  | * [http://www.gnu.org/software/libredwg/ LibreDWG], GNU source code to read/write DWG files  | ||
* [http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=12456726&linkID=9240618 Sample files] directly from AutoDesk  | * [http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=12456726&linkID=9240618 Sample files] directly from AutoDesk  | ||
[[Category:Autodesk]]  | [[Category:Autodesk]]  | ||
Revision as of 14:57, 30 September 2016
DWG (AutoCAD Drawing) is the native binary file format for AutoDesk CAD products (AutoCAD, etc.).
Identifiers
| Version / Format | Ext. | PRONOM | 
|---|---|---|
| 1.0 | .dwg | fmt/21 | 
| 1.2 | fmt/22 | |
| 1.3 | fmt/23 | |
| 1.4 | fmt/24 | |
| 2.0 | fmt/25 | |
| 2.1 | fmt/26 | |
| 2.2 | fmt/27 | |
| 2.5 | fmt/28 | |
| 2.6 | fmt/29 | |
| R9 | fmt/30 | |
| R10 | fmt/31 | |
| R11/12 | fmt/32 | |
| R13 | fmt/33 | |
| R14 | fmt/34 | |
| 2000-2002 | fmt/35 | |
| 2004-2005 | fmt/36 | |
| 2007-2008 | x-fmt/455 | |
| 2010/2011/2012 | fmt/434 | |
| 2013/2014 | fmt/531 | |
| Drawing Template | .dwt | x-fmt/51 | 
Resources
- Wikipedia page on DWG
 - Open Design Alliance's specification on DWG
 - LibreDWG, GNU source code to read/write DWG files
 - Sample files directly from AutoDesk