]> Shamusworld >> Repos - architektonas/blob - dxflib/doc/manual/en/overview.xml
Fixed problem with MDI activation.
[architektonas] / dxflib / doc / manual / en / overview.xml
1 <manstyle>
2   <opt name="PageTitle" value="Overview" />
3   <section>Overview</section>
4
5   <para>
6   dxflib is a C++ library for reading and writing DXF files.
7   When reading DXF files, dxflib parses the file and calls functions 
8   that you define in your own C++ class for adding entities, 
9   layers, ..
10   </para>
11
12   <para>
13   Please note that dxflib does not store any entities or other 
14   information for you. It only passes the supported entities and
15   other objects found in the DXF file to your C++ class.
16   </para>
17   
18   <para>
19   Using dxflib to read DXF files doesn't require any knowlege of
20   the DXF format. However, it's still an advantage to know the
21   basics about entities, attributes, layers and blocks. To write
22   DXF files with dxflib you definitely need an idea of how a
23   DXF file is organized. 
24   </para>
25
26   <para>
27   dxflib does not depend on any exotic other libraries, just the 
28   standard C / C++ libraries.
29   </para>
30   
31 </manstyle>
32