Inline videos. See also:Category: Articles with embedded Videos..

AutoCAD DXF

From Biocrawler, the free encyclopedia.

(Redirected from DXF)

AutoCAD DXF is a file format, developed by Autodesk, in order to facilitate AutoCAD drawings to be opened by other CAD programs.

AutoCAD's native file format is DWG (Drawing) and couldn't be opened by other CAD programs. Therefore the DXF was introduced (Drawing exchange format) as standard ASCII text files to store the vector data of the drawing.

File structure

Since the file contains plain ASCII it can be read with any text-editor. The basic organization of an AutoCAD DXF file is as follows:

  • HEADER section - General information about the drawing. Each parameter has a variable name and an associated value.
  • TABLES section - This section contains definitions of named items.
Linetype (LTYPE) table
Layer table
Text style (STYLE) table
View table
User Coordinate System (UCS) table
Viewport configuration (VPORT) table
  • BLOCKS section - This section contains Block Definition entities describing the entities comprising each Block in the drawing.
  • ENTITIES section - This section contains the drawing entities, including any Block References.
  • END OF FILE

External links


AutoCAD related articles
AutoCAD | AutoCAD DXF | AutoLISP | DWG
ja:DXF

pl:Dxf

Wikipedia (http://en.wikipedia.org/wiki/Main_Page) DXF (http://en.wikipedia.org/wiki/DXF) version history (http://en.wikipedia.org/w/index.php?title=DXF&action=history) GNU Free Documentation Lizenz (http://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License) CC-by-sa (http://creativecommons.org/licenses/by-sa/2.5/)

Personal tools
Google Search
Google
Web
biocrawler.com

 
In other languages