Sha256: 2a23cb3b3d20411718cdc246a2c0113a03923370a520b1bb9934e66ad0d1ab77

Contents?: true

Size: 251 Bytes

Versions: 4

Compression:

Stored size: 251 Bytes

Contents

#!/usr/bin/env ruby
$: << File.join(File.dirname(__FILE__), "/../lib" )
require 'floorplanner'

if ARGV.length < 2
  puts "\n  Usage: fml2dae.rb design_id path/to/fml"
else
  doc = Floorplanner::Document.new(ARGV[1])
  doc.to_obj(ARGV[0],ARGV[2])
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
floorplanner-fml-0.2.1 bin/fml2obj.rb
fml-0.2.3 bin/fml2obj.rb
fml-0.2.2 bin/fml2obj.rb
fml-0.2.1 bin/fml2obj.rb