AutoCAD DXF

From wiki.gis.com
Jump to: navigation, search
Drawing Interchange Format
Filename extension .dxf
Developed by Autodesk
Initial release December 1982
Type of format CAD data exchange

AutoCAD DXF (Drawing Interchange Format, or Drawing Exchange Format) is a CAD data file format developed by Autodesk[citation needed] for enabling data interoperability between AutoCAD and other programs.

DXF was originally introduced in December 1982 as part of AutoCAD 1.0, and was intended to provide an exact representation of the data in the AutoCAD native file format, DWG (Drawing), for which Autodesk for many years did not publish specifications. Because of this, correct imports of DXF files have been difficult. Autodesk now publishes the DXF specifications, http://usa.autodesk.com/adsk/servlet/item?siteID=123112&id=12272454&linkID=10809853  on its website for versions of DXF dating from AutoCAD Release 13 to AutoCAD 2010.

Versions of AutoCAD from Release 10 (October 1988) and up support both ASCII and binary forms of DXF. Earlier versions support only ASCII.

As AutoCAD has become more powerful, supporting more complex object types, DXF has become less useful. Certain object types, including ACIS solids and regions, are not documented. Other object types, including AutoCAD 2006's dynamic blocks, and all of the objects specific to the vertical-market versions of AutoCAD, are partially documented, but not well enough to allow other developers to support them. For these reasons many CAD applications use the DWG format which can be licensed from AutoDesk or non-natively from the Open Design Alliance.

The current AutoCAD file format (.dwfx) is based on ISO/IEC 29500-2:2008 Open Packaging Convention.[1]

File structure

ASCII versions of DXF can be read with a text-editor. The basic organization of a DXF file is as follows:

  • HEADER section – General information about the drawing. Each parameter has a variable name and an associated value.
  • CLASSES section – Holds the information for application-defined classes whose instances appear in the BLOCKS, ENTITIES, and OBJECTS sections of the database. Generally does not provide sufficient information to allow interoperability with other programs.
  • TABLES section – This section contains definitions of named items.
Application ID (APPID) table
Block Record (BLOCK_RECORD) table
Dimension Style (DIMSTYPE) table
Layer (LAYER) table
Linetype (LTYPE) table
Text style (STYLE) table
User Coordinate System (UCS) table
View (VIEW) 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.
  • OBJECTS section – Contains the data that apply to nongraphical objects, used by AutoLISP and ObjectARX applications.
  • THUMBNAILIMAGE section – Contains the preview image for the DXF file.
  • END OF FILE

The data format of a DXF is called a "tagged data" format which "means that each data element in the file is preceded by an integer number that is called a group code. A group code's value indicates what type of data element follows. This value also indicates the meaning of a data element for a given object (or record) type. Virtually all user-specified information in a drawing file can be represented in DXF format."[2]

Software that supports DXF

  • A9Cad
  • Adobe FrameMaker
  • Adobe Illustrator
  • AGI32
  • AI4CAD 3D
  • Alibre Design
  • Altium
  • ArchiCAD
  • ArcMap
  • AutoCAD
  • Ayam
  • Blender - DXFr12 2D+3D
  • BRL-CAD
  • Cadwork
  • CoCreate Drafting (formerly Me10)
  • CoCreate Annotation
  • Corel Draw
  • DataCAD
  • Dia
  • Drawbase
  • DWGeditor
  • Easy-PC
  • Epanet
  • Eye-Sys
  • EnRoute[1]
  • FASTechnologies NC-CAM
  • Geosoft Oasis montaj
  • Google SketchUp
  • GraphCalc - Export only
  • Inkscape - export only as of version 0.46
  • IntelliCAD
  • Harness Expert
  • Hevacomp
  • Kabeja
  • Leica Geo Office
  • Lenel OnGuard
  • LD Assistant
  • Lightcalc
  • Manifold System
  • Maple 12
  • Mathematica
  • MetaCAM
  • Microlux
  • Microsoft Visio
  • Microstation
  • miniPLAN
  • Modo (software)
  • OmniWin Cadnest
  • OpenOffice.org
  • Paint Shop Pro
  • PETRA
  • Photopia (software)
  • Pictures by PC
  • Pro/Engineer
  • pdf2cad
  • eFrontier's Poser 6 and up
  • QCad
  • RackTools
  • Rhinoceros 3D
  • Solid Edge
  • Solidworks
  • Unigraphics
  • VariCAD
  • VectorWorks
  • ViaCAD
  • Visual
  • Working Model 2D
  • YCAD Java DXF Library

See also

References

  1. http://blogs.msdn.com/opc/archive/2009/05/18/adventures-in-packaging-episode-1.aspx
  2. "Chapter 1 -- DXF Format" http://www.autodesk.com/techpubs/autocad/acad2000/dxf/dxf_format.htm

External links