1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
.. _reference:
Reference
=========
The `DXF Reference`_ is online available at `Autodesk`_.
Quoted from the original DXF 12 Reference which is not available on the web:
Since the AutoCAD drawing database (.dwg file) is written in a
compact format that changes significantly as new features are added
to AutoCAD, we do not document its format and do not recommend that
you attempt to write programs to read it directly. To assist in
interchanging drawings between AutoCAD and other programs, a Drawing
Interchange file format (DXF) has been defined. All implementations
of AutoCAD accept this format and are able to convert it to and from
their internal drawing file representation.
DXF Document
------------
.. toctree::
:maxdepth: 2
drawing/management
drawing/drawing
drawing/recover
appsettings
DXF Structures
--------------
.. toctree::
:maxdepth: 2
sections/index
tables/index
blocks/index
layouts/index
groups
dxfentities/index
dxfobjects/index
xdata
appdata
xdict
reactors
blkrefs
const
DXF Entity Creation
-------------------
.. toctree::
:maxdepth: 1
entity_creation
Enums
-----
.. toctree::
:maxdepth: 1
enums
Colors
------
.. toctree::
:maxdepth: 1
colors
Data Query
----------
.. toctree::
:maxdepth: 1
query
groupby
Math
----
.. toctree::
:maxdepth: 2
math/core
math/clipping
math/clustering
math/linalg
math/rtree
math/triangulation
Construction
------------
.. toctree::
:maxdepth: 1
path
disassemble
bbox
upright
reorder
Custom Data
-----------
.. toctree::
:maxdepth: 1
user_xdata
user_record
Tools
-----
.. toctree::
:maxdepth: 2
tools/functions
tools/gfxattribs
tools/text
tools/text_size
tools/fonts
tools/acis
Global Options
--------------
.. toctree::
:maxdepth: 1
options
Miscellaneous
-------------
.. toctree::
:maxdepth: 1
zoom
comments
.. _DXF Reference: http://docs.autodesk.com/ACD/2014/ENU/index.html?url=files/GUID-235B22E0-A567-4CF6-92D3-38A2306D73F3.htm,topicNumber=d30e652301
.. _Autodesk: http://usa.autodesk.com/
|