valentina/src/libs/vdxf/libdxfrw
Roman Telezhynskyi 3f570fc52e Clear path before creating a new path.
--HG--
branch : feature
2017-06-21 12:47:47 +03:00
..
intern Added library libdxfrw. 2017-06-20 11:40:39 +03:00
AUTHORS Added library libdxfrw. 2017-06-20 11:40:39 +03:00
COPYING Added library libdxfrw. 2017-06-20 11:40:39 +03:00
drw_base.h Basic implamentation has been finished. 2017-06-21 12:34:20 +03:00
drw_classes.cpp Added library libdxfrw. 2017-06-20 11:40:39 +03:00
drw_classes.h Added library libdxfrw. 2017-06-20 11:40:39 +03:00
drw_entities.cpp Added library libdxfrw. 2017-06-20 11:40:39 +03:00
drw_entities.h Added library libdxfrw. 2017-06-20 11:40:39 +03:00
drw_header.cpp GCC warning. 2017-06-20 13:31:06 +03:00
drw_header.h Added library libdxfrw. 2017-06-20 11:40:39 +03:00
drw_interface.h Basic implamentation has been finished. 2017-06-21 12:34:20 +03:00
drw_objects.cpp Clear path before creating a new path. 2017-06-21 12:47:47 +03:00
drw_objects.h Basic implamentation has been finished. 2017-06-21 12:34:20 +03:00
libdwgr.cpp Added library libdxfrw. 2017-06-20 11:40:39 +03:00
libdwgr.h Added library libdxfrw. 2017-06-20 11:40:39 +03:00
libdxfrw.cpp Added library libdxfrw. 2017-06-20 11:40:39 +03:00
libdxfrw.h Added library libdxfrw. 2017-06-20 11:40:39 +03:00
main_doc.h Added library libdxfrw. 2017-06-20 11:40:39 +03:00
README Added library libdxfrw. 2017-06-20 11:40:39 +03:00

libdxfrw

libdxfrw is a free C++ library to read and write DXF files in both formats, ascii and binary form.
Also can read DWG files from R14 to the last V2015.
 It is licensed under the terms of the GNU General Public License version 2 (or at you option
any later version).


If you are looking for general information about the project, check our website:
http://sourceforge.net/projects/libdxfrw

== Building and installing the library ==

Use the tipical 
./configure
make
make install (as root)

[VC++]
- Open vs2013\libdxfrw.sln with VS2013
- Build Solution
There is also a dwg to dxf converter that depends on libdxfrw that can be built the same way.
- Open dwg2dxf\vs2013\dwg2dxf.sln with VS2013
- Build Solution

== Example usage of the library ==

The dwg to dxf converter (dwg2dxf) included in this package can be used as reference.