File: DXF-Internals.md

package info (click to toggle)
ezdxf 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104,528 kB
  • sloc: python: 182,341; makefile: 116; lisp: 20; ansic: 4
file content (36 lines) | stat: -rw-r--r-- 830 bytes parent folder | download
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
alias:: DXF Internals

- [Autodesk AutoCAD - Developer Documentation](https://help.autodesk.com/view/OARX/2018/ENU/)
- [Autodesk AutoCAD - DXF Reference](https://help.autodesk.com/view/OARX/2018/ENU/?guid=GUID-235B22E0-A567-4CF6-92D3-38A2306D73F3)
- [[What is DXF?]]
-
- ## DXF Versions
	- [[DXF R12]]
	- [[DXF R13/14]]
	- [[DXF R2000]]
	- [[DXF R2004]]
	- [[DXF R2007]]
	- [[DXF R2010]]
	- [[DXF R2013]]
	- [[DXF R2018]]
-
- ## Basic Structures
	- [[DXF File Encoding]]
	- [[DXF Tags]]
	- [[Handles]]
	- [[Data Model]]
-
- ## Sections
	- [[HEADER]] Section
	- [[CLASSES]] Section
	- [[TABLES]] Section
	- [[BLOCKS]] Section
	- [[ENTITIES]] Section
	- [[OBJECTS]] Section
-
- ## Management Structures
	- [[Block Management Structures]]
	- [[Layout Management Structures]]
-
- ## Miscellaneous
	- [[Notes on Rendering DXF Content]]