New to DC: topic for my simple questions to the pros
-
Hi! is there a way to select all locked components? a plugin or a one-line snippet maybe?
Thanks in advance! -
Hi again! I have a new question for Phil

I have a formula which returns a text string which may contain LUCIDO, SEMILUCIDO or OPACO.
I want another attribute to substitute in that exact string the words LUCIDO, SEMILUCIDO or OPACO with GL100, GL60 or GL25 respectively. Is there a way to do that?
Thanks in advance!
-
-
So cool! Thanks a lot, I couldn't have made it by myself.

-
Hi again! This is slightly OffTopic but it seems I can't find out a plugin I once saw.
Say we have a DC ("wall") in a model, then we copy it 2 more times and make 3 variations in total, which will be called "wall", "wall#1" and "wall#2". Say we later delete the wall#1 instance, so we have "wall" and "wall#2".This plugin checks the numbered instances of "wall", and renames the "wall#2" instance to "wall#1" (since "wall#1" is available again after the deletion).
Con any of you guys recall what was the name of this plugin?
Thanks in advance!
-
Eneroth Decrease Component Number on extension warehouse
-
Wonderful!!! THANKS Phil!
-
Hi again! Happy new year!
I have the need to bulk export the thumbnails of the selected components, I fiddled around in the forums and I discovered this small but effective Ruby code:mod = Sketchup.active_model # Open model
sel = mod.selection # Current selection
path = mod.path #current path
mypath= File.join(File.dirname(path),'/') #not the model namesel.each do |sel| # you would have to select all components in the model
compname = sel.name # each component's definition name
thumbnailname = File.join(mypath, compname + '.jpg') # as jpg
sel.definition.save_thumbnail thumbnailname
endThe only issue is that this plugin doesn't work if i have the character "|" in the component instance name. Is there a way to allow the character in the "allowed" characters? Thanks in advance!
-
Hi again! Is there a way, even a small oneliner ruby code, to get a dimension in SKP (Not layout) with NO leaders at all? No lines, only the number.
Thanks in advance!
-
Hi again!
another silly question: is there any way a plugin could select all the dynamic components which share the exact same attribute selections as the selected one?Could be very useful.
A searched a lot but could not find any in the internet..
Thanks in advance!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register LoginAdvertisement