Wiki

Clone wiki

SuCsExtTutorial / Home / CsExtApp0

define class, 'inilized', member method, wrap c# class

WPF window with button and progressbar

To use this extension.

Copy the dll csextapp0.dll into SketchUp's Plugins folder.

the script:

#!ruby

require "csextapp0"
include CsExtApp0
MyClass.new  "My MainWindow"

Updated