forked from battlesnake/dxflib-total-path-length
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
49 lines (29 loc) · 1.01 KB
/
README
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
Hi
==
I needed a command-line tool to calculate the total path length for DXF files
non-interactively, so I hacked the functionality into the demo that comes with
`dxflib`. Run the demo with the `-l` option to calculate the total length.
./test/test -l <DXF file>
Original README follows below this line
=======================================
dxflib - README
dxflib - DXF library (C) 2000-2002 by Andrew Mustun, Robert J. Campbell Jr.
Version 0.1.1
License Information
===================
This program is covered with GNU Library General Public License (LGPL).
What is dxflib ?
================
2D DXF library
Simple to use
Written in C++
Tested under Linux
dxflib is an opensource C++ library for reading and writing (planned)
AutoDesk (R) DXF files. It's at the moment very simple but already
provides the functionality to read basic entities of a DXF file.
CONTACT
=======
You can contact the author by e-mail:
Andrew Mustun <[email protected]>
or visit dxflib home page on:
http://dxflib.sourceforge.net/