Tools for working with the popular DXF file format
Add this line to your application's Gemfile:
gem 'DXF'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dxf
require 'dxf'
# To export the my_sketch object in inches
DXF.write('filename.dxf', my_sketch, :inches)
Copyright 2012-2016 Brandon Fosdick [email protected] and released under the BSD license.