• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..01-Jul-2021-

intern/H01-Jul-2021-1,207881

AUTHORSH A D01-Jul-2021156 76

COPYINGH A D01-Jul-202117.7 KiB340281

READMEH A D01-Jul-2021845 3020

drw_base.hH A D01-Jul-202114.4 KiB589487

drw_classes.cppH A D01-Jul-20212.1 KiB6045

drw_classes.hH A D01-Jul-20211.9 KiB5829

drw_entities.cppH A D01-Jul-202131.3 KiB1,2211,127

drw_entities.hH A D01-Jul-202152.3 KiB1,6841,230

drw_header.cppH A D01-Jul-202160 KiB1,7671,717

drw_header.hH A D01-Jul-20213.6 KiB12489

drw_interface.hH A D01-Jul-20215.6 KiB19162

drw_objects.cppH A D01-Jul-202113.2 KiB571511

drw_objects.hH A D01-Jul-202123.5 KiB877737

libdxfrw.cppH A D01-Jul-202193 KiB2,8482,645

libdxfrw.hH A D01-Jul-20214.9 KiB153116

main_doc.hH A D01-Jul-2021356 140

README

1libdxfrw
2
3libdxfrw is a free C++ library to read and write DXF files in both formats, ascii and binary form.
4Also can read DWG files from R14 to the last V2015.
5 It is licensed under the terms of the GNU General Public License version 2 (or at you option
6any later version).
7
8
9If you are looking for general information about the project, check our website:
10http://sourceforge.net/projects/libdxfrw
11
12== Building and installing the library ==
13
14Use the tipical
15./configure
16make
17make install (as root)
18
19[VC++]
20- Open vs2013\libdxfrw.sln with VS2013
21- Build Solution
22There is also a dwg to dxf converter that depends on libdxfrw that can be built the same way.
23- Open dwg2dxf\vs2013\dwg2dxf.sln with VS2013
24- Build Solution
25
26== Example usage of the library ==
27
28The dwg to dxf converter (dwg2dxf) included in this package can be used as reference.
29
30