top of page

Welcome to the SketchUp
Introductory Hello Cube Tutorial!

In this tutorial we'll be going over a lot of the basics of how to write a well designed and well written SketchUp Extension. By the end of this tutorial, you should be able to:

  • Understand the basics of writing a script that will pass an Extension Warehouse review.

  • Safely namespace your extension to insulate it from other extensions.

  • Registering your "Extension Class" extension with the SketchUp Extension Mananger.

  • Add your extension to the SketchUp menu system.

  • Draw basic geometry (a cube!) in the model.

​

 Prefer to review the source code directly?
 
Get the source code complete with comments here.
Get just the source code, no comments here.

Chapters

< Getting Started                                Example Extensions >

Chapters

< Example Extensions                             tut_hello_cube.rb >

< Example Extensions                             tut_hello_cube.rb>

bottom of page