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 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
|
.. _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
r12strict
DXF Structures
--------------
.. toctree::
:maxdepth: 2
sections/index
tables/index
blocks/index
layouts/index
groups
dxfentities/index
dxfobjects/index
xdata
appdata
xdict
reactors
blkrefs
const
Colors
------
.. toctree::
:maxdepth: 1
colors
Enums
-----
.. toctree::
:maxdepth: 1
enums
Math
----
.. toctree::
:maxdepth: 2
math/core
math/clipping
math/clustering
math/linalg
math/rtree
math/triangulation
.. The borders between the "Construction" and the "Tools" section are blurry!
Construction
------------
.. Tools that alter the geometry of entities or create new entities.
.. toctree::
:maxdepth: 1
acis
bbox
disassemble
edgeminer
edgesmith
math_construction_tools
path
reorder
transform
upright
Custom Data
-----------
.. toctree::
:maxdepth: 1
user_xdata
user_record
Fonts
-----
.. toctree::
:maxdepth: 2
tools/fonts
Tools
-----
.. Tools that alter the visual appearance of entities or the DXF document itself.
Tools that work with entities.
.. toctree::
:maxdepth: 2
tools/appsettings
tools/comments
tools/gfxattribs
tasks/groupby
tools/query
tools/revcloud
tasks/select
tools/text
tools/text_size
tools/xclip
tools/zoom
render/index
**TODO:**
- ACAD_TABLE helper tools
- Dynamic Block helper tools
Global Options
--------------
.. toctree::
:maxdepth: 1
options
For Developers
--------------
.. toctree::
:maxdepth: 2
dxfinternals/index
low_level_tools/functions
low_level_tools/dxf_unicode_decoder
low_level_tools/sat_crypt
develop/index
.. _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/
|