https://github.com/bfoz/dxf-ruby
Tools for working with the popular DXF file format
https://github.com/bfoz/dxf-ruby
dxf ruby
Last synced: 3 months ago
JSON representation
Tools for working with the popular DXF file format
- Host: GitHub
- URL: https://github.com/bfoz/dxf-ruby
- Owner: bfoz
- Created: 2013-04-21T20:24:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:06:07.000Z (about 5 years ago)
- Last Synced: 2026-01-13T23:59:06.469Z (4 months ago)
- Topics: dxf, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/dxf
- Size: 39.1 KB
- Stars: 9
- Watchers: 3
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# DXF
[](https://travis-ci.org/bfoz/dxf-ruby)
[](http://badge.fury.io/rb/dxf)
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
```ruby
require 'dxf'
# To export the my_sketch object in inches
DXF.write('filename.dxf', my_sketch, :inches)
```
License
-------
Copyright 2012-2016 Brandon Fosdick and released under the BSD license.