Right click on component and/or group, or selected components and groups, and "Make All Unique". This will make unique all selected components, and their nested components.make_all_unique.rb
Latest posts made by honoluludesktop
-
[Plugin] Make Unique Selected Components v0.4 20110803
-
RE: Unique Component Plugin
TIG, Thanks for the mini lesson. I hadn't known that you could use
next if
in that way. Unfortunately (for me), I also have problems visualizing the code levels within{}
and requiredo end
to do so.Thanks again, hdt
-
RE: Unique Component Plugin
TIG,
WOW, how compact can you get. Can you explain the code?
- What does
next
do? - Why is it necessary to test for
d.image?
? - What does [1..-1] in
d.instances[1..-1].each
mean? - If I modify
Sketchup.active_model.definitions.each
toSketchup.active_model.selection.definitions.each
, will the code work only on SketchUp selections? - Does
Sketchup.active_model.definitions.each
locates all component instances, and groups in the model; including the nested ones? - Is
;
to indicate new line?
Thanks, hdt
- What does
-
RE: Emailing a sketchup model drawing
Here is a free viewer you can link to in your email.
http://sketchup.google.com/intl/en/download/gsuviewer.html -
RE: Components in model show as "+" but don't appear in drawing
Or, could it be that your component axis is far off to the side? Atempt a "zoom all" to see.
-
RE: Unique Component Plugin
Try this, beta v0.03. Right click components and/or groups, and "Make All Unique". Post if problems, or you find a better solution.make_all_unique.rb
-
RE: Left click reverse tool (Question)
You can't mean "right click reverse faces" since that is a hard wired command. What does the reverse ruby do?
-
RE: Re-orienting Coordinate system (Z-axis as ref)
If you can draw, or move your component to the desired origin, this will rotate the component's z axis on its origin to what ever you can point to.
-
RE: Different units for dimensioning
<delete>
When converting Cad dxf files to sketchup, the original Cad file units must be converted to Sketch units. I erroneously assumed this to be the case within SketchUp. That is not the case, and the reason I have deleted the post.