sketchucation logo sketchucation
    • Login
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🚨 Skimp | 25% Off until March 30 Buy Now

    Explode groups

    Scheduled Pinned Locked Moved SketchUp Discussions
    sketchup
    7 Posts 3 Posters 1.6k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K Offline
      koliboti
      last edited by

      Hi SketchUPers πŸ˜‰

      I am looking for a plugin that can explode groups inside groups.
      For example: I am want to expload all groups (A,B,C) inside groups X1,X2,X3,...


      Groups.jpg


      GroupsRes.jpg

      1 Reply Last reply Reply Quote 0
      • Dave RD Offline
        Dave R
        last edited by

        Did you try searching the Plugin Store? TIG's Group Exploder would probably do what you need.

        Etaoin Shrdlu

        %

        (THERE'S NO PLACE LIKE)

        G28 X0.0 Y0.0 Z0.0

        M30

        %

        1 Reply Last reply Reply Quote 0
        • K Offline
          koliboti
          last edited by

          Thank you Dave R! But this plugin explodes all the groups... and I want to explode only groups A,B,C and keep X1, X2, ...

          1 Reply Last reply Reply Quote 0
          • TIGT Offline
            TIG Moderator
            last edited by

            To explode all groups found inside another group, but ignore those groups located in the model itself or inside components, you can use this one-liner copy+pasted in the Ruby Console + enter...

            m=Sketchup.active_model;m.start_operation('ex',true);m.definitions.find_all{|d|d.group?}.each{|g|next unless g.valid?;g.entities.grep(Sketchup;;Group).each{|e|e.explode}};m.commit_operation
            

            TIG

            1 Reply Last reply Reply Quote 0
            • K Offline
              koliboti
              last edited by

              Woow TIG, it is working perfect! πŸ˜„ Thank You Very Much!
              It is hard to explode Components also?

              1 Reply Last reply Reply Quote 0
              • TIGT Offline
                TIG Moderator
                last edited by

                @koliboti said:

                Woow TIG, it is working perfect! πŸ˜„ Thank You Very Much!
                It is hard to explode Components also?
                No.
                If you want to ALSO explode components you could make this adjustment ??

                m=Sketchup.active_model;m.start_operation('ex',true);m.definitions.find_all{|d|d.group?}.each{|g|next unless g.valid?;(g.entities.grep(Sketchup;;Group)+(g.entities.grep(Sketchup;;ComponentInstance)).each{|e|e.explode}};m.commit_operation
                

                TIG

                1 Reply Last reply Reply Quote 0
                • K Offline
                  koliboti
                  last edited by

                  Thank You Very Much TIG! πŸ˜„

                  1 Reply Last reply Reply Quote 0

                  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 Login
                  • 1 / 1
                  • First post
                    Last post
                  Buy SketchPlus
                  Buy SUbD
                  Buy WrapR
                  Buy eBook
                  Buy Modelur
                  Buy Vertex Tools
                  Buy SketchCuisine
                  Buy FormFonts

                  Advertisement