I wrote this for a specific type of output; something called CI ID (or something.) This plugin exports the outliner to a text file.
Download the script.
The Outliner:
The User interface
The Output.
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...
-
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...
-
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 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...
-
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...
5 comments:
Can you provide an example of how and/or when this plugin could be used ? Please and Thanks in Advance.
SnowTiger,
It was written for an individual who had a need to import the Model hierarchy in this format. I don't know what he used it for. It could be used as a starting point for a BOM or similar exporter.
Thanks for the prompt reply Jim.
I've used this for the past year. It's handy!
Groups with their default name "Group" don't show up in the list though (so it might come across as a blank entry).
On line 21 after:
@ciid.inc(level)
...I added this bit to point out default Group names:
if e.name == ''
e.name = '(Group)'
end
instead of listing all levels, by tiping 0 in front of "max level", or level 1 only by typing 1 in front of "max level", would it be possible to list only one specific level?
for example, by typing 2, it would list only components nested in components level 1; by typing 3, only components nested in components level 2, etc...
Also, list only the component names (not the figure, neither the layer number,,...), so that it would be easier to retrieve the informations in the file for a BOM
Post a Comment