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...
-
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...
-
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...
-
The Construction Line Tool allows you to draw constructions lines in a similar way as the Pencil Tool. Toolbar: View > Toolbars >...
-
Apr 2014 * Renamed to MoveIt , and available in t SketchUcation Plugin Store Aug 16, 2009 * Released update fixing possible bugsplat...
-
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...
-
I am looking for suggestions on where I could host my plugins. The main limitation of using a blog to host content is the feedback (or lack ...
-
Update: Plusing has been released here . A bend plugin for SketchUp. Another outstanding plugin by Fredo6.
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