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...
-
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...
-
The Construction Line Tool allows you to draw constructions lines in a similar way as the Pencil Tool. Toolbar: View > Toolbars >...
-
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...
-
Update 2010 Dec, 13 (Internal version 1.4) Menu: Draw/SphereTool Code cleanup, and generally tried to make it behave like a native SU Too...
-
Apr 2014 * Renamed to MoveIt , and available in t SketchUcation Plugin Store Aug 16, 2009 * Released update fixing possible bugsplat...
-
Update Apr 2014 - Version 1.0.1 Add a Layer to your SketchUp model and control its visibility on existing and new Scenes. Use Activa...
-
The Inputbox class makes it easy to create user input dialogs by providing a consistent interface to UI.inputbox for text fields and drop-do...
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