euklid.rb

euklid.rb

オイクリッド(http://www.euklid-cadcam.com, http://euklid.co.jp) のファイル形式
*.sav と *.edx を読み書きの ruby(1.9.1以降) のライブラリです。

例えば、次のように "test.sav" を "test.edx" に変換できます。

  $ ruby -r euklid.rb -e 'Euklid.edxout("test.edx",Euklid.in("test.sav"))'

詳細は、euklid.rb のコメントを読んでください。Copyright by T.Oda (GNU LGPL v3)



#
# euklid.rb
#
#  This is a ruby(1.9.1 or later) library for reading and writing
#  sav-files(HP-UX) or edx-files of Euklid(http://www.euklid-cadcam.com).
#
# LICENCE
#  euklid.rb is copyrighted free software by Toshimichi Oda(oda@alato.ne.jp).
#  You can redistribute it under GNU LGPL v3.
#
# Example
#   ruby -r euklid.rb -e 'Euklid.edxout("test.edx",Euklid.in("test.sav"))'
#     # convert "test.sav" into "test.edx"
#
# Read comments included in euklid.rb in more detail.


ダウンロード[Download] euklidrb.tar.z