Skip to content

SunPower/dxf-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tools for working with the popular DXF file format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%