STL

Read, write and manipulate both ASCII and binary STL files

Installation

Add this line to your application's Gemfile:

gem 'stl'

And then execute:

$ bundle

Or install it yourself as:

$ gem install stl

Usage

require 'stl'

faces = STL.read('my_awesome.stl')  # => [[normal, Triangle], ...]

License

Copyright 2014 Brandon Fosdick [email protected] and released under the BSD license.