Translate Page

Main Menu

Recent Posts

[as] on Twitter

Tags

SketchUp Ruby API Cheatsheet

SketchUp Ruby API and plugins cheatsheet

SketchUp Ruby API and plugins cheatsheet

I like working with cheatsheets when I do coding. Although the online API reference is very extensive and has great examples and the downloadable version is a good solution when you’re offline, this one may be useful as a reference once you mastered the basic concepts. It contains the full API reference in a condensed form. It also has a plugin template and some code snippets. Feel free to suggest improvements and additions for future versions.

You can download the PDF file here:

SketchUp Ruby API and Plugins Cheatsheet v.2.3 [SU v.7.1 M1] (63.18 KB, downloaded 1179 times) -

Other useful Ruby cheatsheets and helpers are:

Below is an older version of the cheatsheet. It lists only the API classes and methods line-by-line and prints on five pages.

SketchUp Ruby Cheatsheet

SketchUp Ruby API Cheatsheet

SketchUp Ruby API listing v.1 [SU v.7] (28.16 KB, downloaded 715 times) -

Written by Alex | Post short link
Post tags: , , , ,

RATE POST: 1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

2 Responses to “SketchUp Ruby API Cheatsheet”

  1. Fil says:

    There's a minor bug in the last page.

    module my_module

    should be

    module My_module

    because modules names have to be constant, i.e. start with a capital letter

Leave a Reply