Skip to content

Ruby on the AutoCAD command line

davidbl edited this page Sep 13, 2010 · 1 revision

Thanks to the inspiration and information that I got from this post, I was able to hack together a simple implementation of IRB for the AutoCAD command line.

The C# source code is included. Just create a new project in VS, reference the appropriate autocad and ironruby dlls (see the comments in the source). Compile, netload in to autocad and away you go.

There is a little movie showing the rb_repl in action on my old blog

Clone this wiki locally