https://github.com/sunpower/dxf-ruby-id-pub
https://github.com/sunpower/dxf-ruby-id-pub
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunpower/dxf-ruby-id-pub
- Owner: SunPower
- Created: 2021-12-16T15:53:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T21:38:19.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T17:15:15.211Z (6 months ago)
- Language: Ruby
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
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.