Inspired by a thread on Google Groups[1], I decided to make my own class diagrams of the SketchUp Ruby API classes and modules. These were made using a script running in SketchUp which output a file for GraphViz[2].
I decided to create separate graphs for the Observers, the UI, and Geom classes/modules in order to keep the main SketchUp diagram readable when printed on a singe sheet of paper.
Subscribe to:
Post Comments (Atom)
Popular Posts (Last 30 Days)
-
Sketchup materials library of 12x12 vinyl floor tiles. Download download
-
This SketchUp script assists the user in flattening, or unfolding, 3d objects onto a 2d plane. Installation Download unfoldtool.zip . M...
-
This importer lets you import both ASCII and binary STL files into SketchUp. It automatically detects the type of .stl file and imports acc...
-
Dec 18, 2010 - TIG just released a new .obj exporter. TIG's plugins are usually solid, so I recommend trying TIG's. ( TIG's OBJe...
-
Apr 2014 * Renamed to MoveIt , and available in t SketchUcation Plugin Store Aug 16, 2009 * Released update fixing possible bugsplat...
-
The Construction Line Tool allows you to draw constructions lines in a similar way as the Pencil Tool. Toolbar: View > Toolbars >...
-
This Windows-only plugin creates a Toolbar for controlling the Ruby Console It can open and close the Ruby console, clear the console, loa...
-
As you probably know, SketchUp 8 Free does not include the ability import/export DXF/DWG files. Although there are some free and commercia...
-
Update: Plusing has been released here . A bend plugin for SketchUp. Another outstanding plugin by Fredo6.
-
This is the first step in a greeble plugin. And by first step I mean there are possible bugs. Protrude performs 4 basic operations: div...
6 comments:
Nice! I am printing them out now. I am using a laser printer - so will that be classified as a "singed piece of paper" ;-P
Thanks, Flights. I am trying to do a method reference on one page also, but there's an awful lot to fit. Any ideas about layout?
That is a lot of info! You could try something like the method index at http://download.sketchup.com/OnlineDoc/gsu6_ruby/Docs/ruby-methods.html but in a multi-column format. Also, instead of listing the same method multiple times you can list classes after a method to save space.
This could work, the only time I use the method index is when I know the name of the method I want, but I'm not sure which classes I should be using. Not as nice as your other layouts though.
Good luck, I can't wait to print the results of your hard work again!
Jim, I could put everything into FreeMind map.
http://freemind.sourceforge.net/wiki/index.php/Main_Page
It is very helfull to navigate through small databases :)
Please send me everything in text or other common format.
Tomasz
Nice work Jim.
Now you have the Type/Class Hierarchy perhaps you could create the same style for the Parts Hierarchy to show how instances of classes fit together to create objects in SketchUp.
Adam
Hi Adam, can you explain a little more about your comments?
Post a Comment