SketchUp 80/20 Aluminum Extrusion Library by FloMoCo
FloMoCo has made available a library of extruded aluminum profiles and connectors. Deatils here.
Google Sketchup T3D Exporter for UT3
Sketchup Ruby API Class Diagrams
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.
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.
Construction Detail Render
I have been playing with Podium since it first came out, and finally purchased a license. Here's the first decent render I was able to get.
Preview: Face Division
Hi all,
Just a video of some work in progress. With this one, you select a face and then run the plugin. In this video, I have it assigned to a shortcut key.
The plugin draws a single line to divide a face, and works on all selected faces. The location of the line is determined by a random number in a user-specified range. A range of 20-80 means the line will be drawn at least 20% from the edge, but not more than 80% from the same edge. A range of 50-50 always divides the rectangle in half. The line is always drawn parallel to the short side of the rectangle - and it does only work on rectangles (and squares, of course.)
I think eventually this will be incorporated into Protrude, and both will be mashed into a Greeble suite. I need a few days to work on the User Interface.
Daniel asked about what happens on curved surfaces. Since curves are really just softened rectangles, the plugin happily divides them using the same algorithm.
And Daniel's reply was to download the above model and produce this..
Subscribe to:
Posts (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...
-
The Construction Line Tool allows you to draw constructions lines in a similar way as the Pencil Tool. Toolbar: View > Toolbars >...
-
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...
-
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...
-
As you probably know, SketchUp 8 Free does not include the ability import/export DXF/DWG files. Although there are some free and commercia...
-
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 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...