Call .NET dll via Google SketchUp Ruby Script

1k Views Asked by At

Is it possible, and does anyone have an example of how you might call upon a .NET dll from within Google SketchUp Ruby interface?

1

There are 1 best solutions below

0
On

Yes, it is possible. There are two ways. 1. Build a ruby extension using C++/cli to call .NET stuff. 2. Build a ruby extension directly using c#, then you can easy call any .NET stuff. You can find a simple example about build ruby extension using c# here https://bitbucket.org/icehuli/sucsexttutorial/wiki/Home