Project

dxf

0.01
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Read and write DXF files using Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 6.4
~> 0.4
~> 3.0
 Project Readme

DXF

Build Status Gem Version

Tools for working with the popular DXF file format

Installation

Add this line to your application's Gemfile:

gem 'DXF'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dxf

Usage

require 'dxf'

# To export the my_sketch object in inches
DXF.write('filename.dxf', my_sketch, :inches)

License

Copyright 2012-2016 Brandon Fosdick bfoz@bfoz.net and released under the BSD license.