Google Sketchup API - Windows app?

How can I communicate with Google Sketchup via API from Windows app?

I was looking at something written in C # / VB.NET, but it looks like it is only available for Google Sketchup API for Ruby .

Any ideas on how to use this Ruby API from .NET? Is Ruby server only or can it be rendered locally, offline?

0


source to share


2 answers


I think the Ruby API is only for script plugins, not for interacting with a standalone application. Perhaps you can add a Google Sketchup Ruby plugin that interacts with your app?



+1


source


In addition to the Ruby Script system, there is a C ++ API. Find it here:



http://code.google.com/apis/sketchup/docs/downloadsdksubmit.html

+2


source







All Articles