Using VB.net or C Sharp from Ruby?
-
Is it possible, and does anyone have an example of how you might call upon a .NET dll from within Google SketchUp Ruby interface?
We have a structural engineering package written in .NET. It exposes com interface, and we want to use it from Google sketch.
Millzye71
-
Thomthom has some dll's he calls/uses from Ruby so it is possible...
Why not PM him and see if he can help... -
@millzye71 said:
Is it possible, and does anyone have an example of how you might call upon a .NET dll from within Google SketchUp Ruby interface?
We have a structural engineering package written in .NET. It exposes com interface, and we want to use it from Google sketch.
Millzye71
I think that the Ruby API is just for script plugins, not for interfacing from a standalone app. Maybe you could add a Google Sketchup ruby plugin that interfaces with your app?
There is a C++ API in addition to the Ruby Script system. Find it here:
http://code.google.com/apis/sketchup/docs/downloadsdksubmit.html
Advertisement