Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunpower/dxf-ruby-id-pub
https://github.com/sunpower/dxf-ruby-id-pub
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunpower/dxf-ruby-id-pub
- Owner: SunPower
- Created: 2021-12-16T15:53:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T21:38:19.000Z (over 1 year ago)
- Last Synced: 2024-11-07T15:28:35.539Z (2 months ago)
- Language: Ruby
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# DXF
[![Build Status](https://travis-ci.org/bfoz/dxf-ruby.png)](https://travis-ci.org/bfoz/dxf-ruby)
[![Gem Version](https://badge.fury.io/rb/dxf.svg)](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.