• Login
sketchucation logo sketchucation
  • Login
πŸ€‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

[Plugin] Component/group tools

Scheduled Pinned Locked Moved Plugins
30 Posts 16 Posters 44.9k Views 16 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.
  • M Offline
    Matt666
    last edited by 18 Mar 2009, 20:16

    Sorry for the delay!
    Aille... I tested it more deeper, and yes, SU crashes... Sorry. I don't know why.I will investigate.
    Thank you for the feedback!

    Frenglish at its best !
    My scripts

    1 Reply Last reply Reply Quote 0
    • S Offline
      su30
      last edited by 26 Mar 2009, 03:21

      Hi Matt,

      Your script make sense!
      and it reminds me an idea,
      I wish there will be a plugin:
      First we draw single lines, then we select a component,
      I hope the plugin can make each single straight line into a component, the length of the line will define the scale of the component.

      I don't know if it is possible, but I know it will also make big sense!

      Su30

      su30

      1 Reply Last reply Reply Quote 0
      • C Offline
        CadFather
        last edited by 30 Mar 2009, 23:07

        Hi Matt - i think this script is great - hope you can find the crash fix sometime
        Cheers..

        1 Reply Last reply Reply Quote 0
        • T Offline
          TIG Moderator
          last edited by 31 Mar 2009, 12:43

          Try this
          http://www.sketchucation.com/forums/scf/viewtopic.php?p=145009#p145009

          componentInstance.add_entities(entities,copy,unique)
          

          it might help you avoid the BugSplatting...

          .

          TIG

          1 Reply Last reply Reply Quote 0
          • C Offline
            CadFather
            last edited by 19 May 2009, 07:45

            Hi Matt, hope you are so bored one of these days that you will pick this script up again!
            cheers

            1 Reply Last reply Reply Quote 0
            • M Offline
              Matt666
              last edited by 19 May 2009, 10:00

              Hi CadFather!
              The problem is that working on components generates lots of problems... It's very hard for me.
              I try sometimes, but slowly!

              Frenglish at its best !
              My scripts

              1 Reply Last reply Reply Quote 0
              • C Offline
                CadFather
                last edited by 19 May 2009, 10:13

                ..take all the time you see fit Matt, i might post a request as well..cheers!

                1 Reply Last reply Reply Quote 0
                • M Offline
                  Matt666
                  last edited by 19 May 2009, 10:18

                  πŸ˜‰

                  Frenglish at its best !
                  My scripts

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    mac1
                    last edited by 18 May 2010, 17:46

                    @matt666 said:

                    Hi all!
                    Here is a set of tools to play with components and groups.
                    It can :

                    • Make a group of just one entity (right click or menu plugins/Make group)
                    • Make a component instance of just one entity (right click or menu plugins/Make component)
                    • Convert each entity in the selection in a single group (right click or menu plugins/Convert on single groups)
                    • Convert each entity in the selection in a single component (right click or menu plugins/Convert on single components)
                    • Convert the selected component into a group (right click or menu plugins/Make group)
                      SU has a native tool to convert a group into a component.

                    That's all!
                    πŸ˜‰

                    * Edit post
                    * Report this post
                    * Reply with quote
                    

                    Make_Comonents.rb Version 1.1 Does Not Run All the Time

                    Postby mac1 on Tue May 18, 2010 10:30 am
                    System Windows xp sp3
                    SU as noted below
                    P4 3.2GHz Intel 865 PERL Mother Board, 4 GB Memory
                    I have been attempting to convert the file ref in this link http://www.google.com/support/forum/p/sketchup/thread?tid=50e8ceb670ed94ef&hl=en ( file: http://sketchup.google.com/3dwarehouse/details?mid=5841263f36529eef9f30f02514717f00 )to components but the script usually converts the first group and quits but, some times it will convert correctly. Ii have not been able to find the initial conditions to repeat the success case. When the failure occurs the ruby console reports this:
                    Error: #<NoMethodError: undefined method definition' for #<Deleted Entity:0x60ad9f0>> F:/PROGRA~1/Google/GOOGLE~1/Plugins/Make_Components.rb:140:in make_components'
                    F:/PROGRA~1/Google/GOOGLE~1/Plugins/Make_Components.rb:135:in each' F:/PROGRA~1/Google/GOOGLE~1/Plugins/Make_Components.rb:135:in make_components'
                    F:/PROGRA~1/Google/GOOGLE~1/Plugins/Make_Components.rb:48
                    F:/PROGRA~1/Google/GOOGLE~1/Plugins/Make_Components.rb:48:in `call'
                    I have uninstalled all ruby scripts except the ones loaded with the basic SU installation also removed SU 6. the failure repeats with both SU 7.0+ and SU 7.1 both with clean installs. I have tried a repair install with both SU 7's but cannot because of a missing msi file
                    Any Suggestions??

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      mac1
                      last edited by 18 May 2010, 18:07

                      Update
                      Noted during my post the ruby console error report is different ( in the ref. help forum) that what was obtained in the last attempt to covert the groups. Line number ref are different by one and the entity octal number is different. Removed script, download from Matt's link above and reloaded with same result. 😞

                      1 Reply Last reply Reply Quote 0
                      • Chris FullmerC Offline
                        Chris Fullmer
                        last edited by 18 May 2010, 18:35

                        I looked over his code and there seems to be an error that pops up when you only have groups selected. Try running the script with always a non-group in the selection - like just draw a line and then select it along with the groups, then run the script. I think that will by pass the problems.

                        Chris

                        Lately you've been tan, suspicious for the winter.
                        All my Plugins I've written

                        1 Reply Last reply Reply Quote 0
                        • M Offline
                          mac1
                          last edited by 18 May 2010, 22:31

                          @chris fullmer said:

                          I looked over his code and there seems to be an error that pops up whn you only have groups selected. Try running the script wil always a non-group in the selection - like just draw a line and then select it along with the groups, then run the script. I think that will by pass the problems.

                          Chris

                          Thanks, nothing to it when you know what you are doing β˜€
                          BTW the line gets converted to component also ❓

                          1 Reply Last reply Reply Quote 0
                          • brookefoxB Offline
                            brookefox
                            last edited by 19 May 2010, 00:40

                            The utility of this script is beyond me. I will keep my head down in hopes that someone will post some uses.

                            ~ Brooke

                            1 Reply Last reply Reply Quote 0
                            • M Offline
                              mac1
                              last edited by 20 May 2010, 16:24

                              @brookefox said:

                              The utility of this script is beyond me. I will keep my head down in hopes that someone will post some uses.

                              Very simple at least for me. A post in the Sketchup help forum having problems with file size had numerous groups with the same geo.( An example is shown in the ref test file I included with my post.) has a file size of ~930KB. If one converts to components, then uses the browser "replace selected" capability that goes down to around ~70KB. A significant reduction in my mind. If one looks at the model info stats report the edges and faces don't change that much. It was my feeble attempt to understand the imapct of max use of components which is often stated but not quantified. ❓ BTW I will on occasion place a very simple component in my model(s), have even used a line ( not a good idea), then recognizing a components definition is invariant under move, scale and rotation one can latter replace with a complex model which gets added to the model at the scale, location and rotation of the simple model( need to pay attention to your component axis)

                              1 Reply Last reply Reply Quote 0
                              • brookefoxB Offline
                                brookefox
                                last edited by 22 May 2010, 18:02

                                Thanks for yor response. This use I get but for it I don't need this plugin:
                                @unknownuser said:

                                problems with file size had numerous groups with the same geo.
                                One can make components out of groups and instances of groups this with native SU.

                                It's the making of components out of lines that I don't get much of.

                                So for your 'simple' best use you would have a lot of lines in your models which are not parts of components, and making them components with this would reduce your file size. OK. I do have a lot of groups which are not components, but next to no lines which are not parts of groups or components. For me the crux is when and what groups to componetize, just because it take time, even if it saves file space. Certainly if I have many of said group or I want component behavior from a group it would be best componentized, I don't need a plugin to do that. Rereading the thread I see the use implied of maybe wanting to populate a model with lines, componetize them and then subsequently edit the component which would then be in place wherever the lines were. If I can do this now with two lines instead of one, that is sufficient for me.

                                ~ Brooke

                                1 Reply Last reply Reply Quote 0
                                • M Offline
                                  mac1
                                  last edited by 23 May 2010, 04:03

                                  @brookefox said:

                                  Thanks for yor response. This use I get but for it I don't need this plugin:
                                  @unknownuser said:

                                  problems with file size had numerous groups with the same geo.
                                  One can make components out of groups and instances of groups this with native SU.

                                  It's the making of components out of lines that I don't get much of.

                                  So for your 'simple' best use you would have a lot of lines in your models which are not parts of components, and making them components with this would reduce your file size. OK. I do have a lot of groups which are not components, but next to no lines which are not parts of groups or components. For me the crux is when and what groups to componetize, just because it take time, even if it saves file space. Certainly if I have many of said group or I want component behavior from a group it would be best componentized, I don't need a plugin to do that. Rereading the thread I see the use implied of maybe wanting to populate a model with lines, componetize them and then subsequently edit the component which would then be in place wherever the lines were. If I can do this now with two lines instead of one, that is sufficient for me.

                                  Glad you are happy with what you have that is what is important. The plugin is just another wrench in the tool box.
                                  You are correct SU has that native capability but what are you going to do if you have say a 100 groups and identical. The native tool will make a component out of all of them but the reduction of file size doing that will be nil.
                                  My test case was not suppose to be a global analysis of a model having a mix of various entities and was meant to show what poor modeling practice can cost one. The model has 33 groups and nested in each of those is three groups( all identical) and some other simple entities a really a simple model. If you examine one of those and expolde the component the change in file size is nil so the the message is use components but having a bunch of nested groups in the components does not help much
                                  Gday

                                  1 Reply Last reply Reply Quote 0
                                  • artmusicstudioA Offline
                                    artmusicstudio
                                    last edited by 6 Nov 2013, 16:17

                                    hello,
                                    i went thru all topics dealing with component naming,
                                    but i cannot find a solution.

                                    i would like to give a name to a created component by this code:

                                    ######## start code

                                    model = Sketchup.active_model
                                    entities = model.active_entities
                                    rl1 = [0, y1, 0]
                                    rl2 = [0, y2, z]
                                    group = entities.add_group
                                    entities2 = group.entities
                                    new_line = entities2.add_line rl1, rl2
                                    length = new_line.length

                                           centerpoint = rl1
                                                                      # Create a circle perpendicular to the normal or Z axis
                                           vector = rl2
                                           vector2 = vector.normalize!
                                       
                                           edges = entities2.add_circle centerpoint, vector2, $thradius
                                        
                                           kreis = entities2.add_face edges
                                           kreis.pushpull -(5/$faktor)/100
                                        
                                       $masterrailingtms = group.to_component      
                                       # HERE I WOULD LIKE TO DEFINE A NAME FOR THIS NEW COMPONENT, WHICH I CAN SEE IN IN SKP ENTITY-INORMATION-WINDOW. this name also hopefully appears in the copied instances of this component, but most important is the name for component [0]
                                    

                                    ######## end code

                                    can somebody help me?
                                    thanx
                                    stan

                                    1 Reply Last reply Reply Quote 0
                                    • T Offline
                                      TIG Moderator
                                      last edited by 6 Nov 2013, 17:41

                                      Your
                                      xxxx = group.to_component
                                      refers to an component-instance NOT a component-definition: so to find the instance's definition use:
                                      defn = xxx.definition
                                      then rename it thus:
                                      defn.name = "foo_fighter"
                                      Be aware if there is already a 'foo_fighter' definition it'll become 'foo_fighter#1' etc

                                      PS: don't use global $var variables which will potentially clash with others tools - wrap your code in your own module and use @var instead.

                                      TIG

                                      1 Reply Last reply Reply Quote 0
                                      • artmusicstudioA Offline
                                        artmusicstudio
                                        last edited by 7 Nov 2013, 09:48

                                        hi tig, thanx,
                                        this work well, one step further for me, now i can identify the "children" of the masters exactly. that's perfect.
                                        just to understand exactly:
                                        a name of component instance defined by this method appears in the field "description"

                                        a group named by group.name = "xxx" appears in the filed "name"

                                        is there also a way to NAME a component or its instance besides a description?

                                        thanx
                                        stan

                                        1 Reply Last reply Reply Quote 0
                                        • T Offline
                                          TIG Moderator
                                          last edited by 7 Nov 2013, 10:27

                                          Both components and groups [and also images for that matter] that you see placed inside a model are instances of their 'definition'.

                                          Every 'definition' has a unique definition.name - this can be reset provided it is unique - if 'xxx' is already used SketchUp auto-increments the name as 'xxx#1' etc.
                                          For a component that is the 'Definition Name' displayed in Entity Info, the Component-Browser's top-most field, and in the Outliner as <defname>.
                                          A component-instance can also have a instance.name this the 'Name' displayed in Entity Info, and in the Outliner as name<defname>. This need not be assigned and it does not need to be unique.
                                          You can find defn = instance.definition etc.

                                          A group also has a unique definition.name that is usually hidden from the user - something like ' Group#99'. You can change this through the API to another unique definition.name - but for what purpose?
                                          There is also group.name - akin to the instance.name. This need not be assigned and it does not need to be unique. This is the 'Name' displayed in Entity Info and in the Outliner [if the Name=='' then the Outliner says 'Group']
                                          You cannot directly find a group.definition in the API, BUT defn = group.entities.parent should return its definition.

                                          The definition.description can be assigned and for a component appears this in the second-from-top field in the Component-Browser.
                                          Although you can assign a definition.description to a group it is not seen anywhere by a user - it is only accessible through the API.

                                          When you convert a group to a component the name of the component definition is taken as the group's definition.name [e.g. ' Group#666'] NOT the group.name.
                                          What is returned by the group's conversion to a component is an instance NOT a definition, so to find the definition itself use the code given in the earlier reply. Then you can use defn.name='xxxx' as desired...

                                          TIG

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          • First post
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement