Skip to content

dxflib with demo hacked to calculate total path length in DXF file

License

Notifications You must be signed in to change notification settings

ysdede/dxflib-total-path-length

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

dxflib with demo hacked to calculate total path length in DXF file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.1%
  • Shell 17.2%
  • Makefile 6.4%
  • C 0.3%