Need Help With Components
-
Hello everyone,
I'm importing a dwg file (master plan) to sketchup with about 200 "exactly same" apartment building drawings. I'd like to know if there is a way to make these same apartment drawings into one single component so that i can replace the modelled apartment with the apartment drawing with one step.
Any help would be appreciated
-
Yes you can!

But all your appartments must be "components" themselve!
See Component Comparison Components by ThomthomAfter I don't know what the plugin accepts as complexity component ?
Maybe this can help you for make components first ? By TIG
Select something
Copy all this "one line" inside the ruby console! Press Enter
m=Sketchup.active_model; m.start_operation("Faces>Compos"); n=m.active_entities;m.selection.to_a.each{|e|(g=n.add_group(e.all_connected); g.to_component.definition.name="FaceSet#1")if e.valid? and e.parent==n.parent and e.class==Sketchup;;Face}; m.commit_operation
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