sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] CenterPointAll.rb

    Scheduled Pinned Locked Moved Plugins
    34 Posts 18 Posters 40.9k Views 18 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.
    • J Offline
      Jim
      last edited by

      @unknownuser said:

      Watkins. Yeah, I had been doing that. I was just hoping for a one-click solution. Cuz I ain't no Ruby Writer Neither. . .sigh! 😒 But thanks for the input.

      Dave,

      You might have more luck if you start a new request thread in the Ruby forum.

      Hi

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

        Thanks.. Now more easier to make center point

        1 Reply Last reply Reply Quote 0
        • S Offline
          ship69
          last edited by

          Does this video have sound? It's coming out silent on my PC.

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

            @ship69 said:

            Does this video have sound? It's coming out silent on my PC.

            No. It's a silent video.

            Etaoin Shrdlu

            %

            (THERE'S NO PLACE LIKE)

            G28 X0.0 Y0.0 Z0.0

            M30

            %

            1 Reply Last reply Reply Quote 0
            • E Offline
              Einstein
              last edited by

              Thanks TIG 😄

              This simple tool helps me rotating components around their centerpoints which is quite complicated in SU.

              It would be even more handy if a created centerpoint was interactive, I mean: changed with scaling and moving component or group it's based on. But I realise that would be also much more complicated code.

              1 Reply Last reply Reply Quote 0
              • BoxB Online
                Box
                last edited by

                @einstein said:

                rotating components around their centerpoints which is quite complicated in SU.

                To rotate about the midpoint of a group or component, use the rotation handles that appear when you use the Move tool.


                RotCen.gif

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sarkarshomit
                  last edited by

                  Can't get it working in sketchup 2018.working fine in skup16, but not in 18...any help if i am doing something wrong!!

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

                    @sarkarshomit said:

                    Can't get it working in sketchup 2018.working fine in skup16, but not in 18...any help if i am doing something wrong!!

                    Evidently you are doing something wrong. I just installed it in SU2018 and ran it. It works fine. How did you install it? Where did you install it? Do you have Guides set to show in the View menu?
                    Result of CenterPointAll

                    Etaoin Shrdlu

                    %

                    (THERE'S NO PLACE LIKE)

                    G28 X0.0 Y0.0 Z0.0

                    M30

                    %

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      sarkarshomit
                      last edited by

                      @dave r said:

                      @sarkarshomit said:

                      Can't get it working in sketchup 2018.working fine in skup16, but not in 18...any help if i am doing something wrong!!

                      Evidently you are doing something wrong. I just installed it in SU2018 and ran it. It works fine. How did you install it? Where did you install it? Do you have Guides set to show in the View menu?
                      [attachment=0:9qktjmkx]<!-- ia0 -->Screenshot - 5_16_2018 , 5_31_16 AM.png<!-- ia0 -->[/attachment:9qktjmkx]

                      Thanks for the help.

                      Strangely in skup16, the plugin shows up in plugins menu named as "set centerpoint".
                      And in skup18 it shows up in extensions menu as "Add centerpoint".

                      So finally its working for me. Thanks again.

                      1 Reply Last reply Reply Quote 0
                      • BoxB Online
                        Box
                        last edited by

                        Sounds like you may have had a different extension installed in 2016. There is one called Set Centerpoint.
                        Tig's shows for me in 2016 as Add Centerpoint.

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

                          Hate to appear thick but I can't install CenterPointAll in 2018 (vs 8.0.1...). Where do I need to place the plugin?
                          Thanks!!

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

                            Look here
                            https://sketchucation.com/pluginstore?pln=CenterPointAll
                            which gives you an RBZ which can be installed in v2018 using Window > Extension Manager > Install... [red-button]

                            No need to find the Plugins folder etc...

                            Almost all Plugins which include an old RB file in their thread will have an entry in the PluginStore, giving an easily installed RBZ for use in all current versions of SketchUp...
                            Even the now often unsupported v8 had these RBZ capabilities in later MRs,,,

                            TIG

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

                              Thanks!
                              Been a while since I've used Sketchup. You made an invaluable plugin!

                              1 Reply Last reply Reply Quote 0
                              • kachuppK Offline
                                kachupp
                                last edited by

                                For those who dislike using the plugin (Extensions) menu I've modified TIGs version to use
                                the context menu. I find it much faster than moving the mouse all the way too
                                the top menu bar click and click.

                                pick, right click, click "Point at Center" done.

                                UI.add_context_menu_handler {|menu|
                                	menu.add_item("Point at Center") {
                                  	model=Sketchup.active_model
                                  	entities=model.active_entities
                                  	selection=model.selection
                                  	model.start_operation("Add Centerpoint")
                                  	selection.to_a.each{|e|entities.add_cpoint(e.bounds.center)}
                                  	model.commit_operation
                                 }
                                }
                                
                                1 Reply Last reply Reply Quote 0
                                • M Offline
                                  Michalis Barmpavasiloglou
                                  last edited by

                                  Hallo, wie bekomme ich dies Plugin in das Scetchup Programm instaliert. Herunter geladen habe ich es schon aber ich sehe es nicht bei den Plugins nicht...ich würde mich echt freuen, wenn mir jemand helfen könnte.

                                  Beste Grüße MB

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

                                    Translated by Google

                                    @michalis barmpavasiloglou said:

                                    Hello, how do I get this plugin installed in the scetchup program. I already downloaded it but I don't see it in the plugins...I would really appreciate if someone could help me.

                                    It depends upon what version of SketchUp are you really using. Your profile indicates a version that does not and never has existed.
                                    Screenshot - 4_19_2023 , 11_11_13 AM.png

                                    If you are using SketchUp 2022 Pro, go to Extensions>Extension Manager and click on Install Extension. Then navigate to where you saved the extension, select it, and choose Open.

                                    Better would be to download and install the Sketchucation ExtensionStore tool from Resources at the top of this page and use it to install extensions from Sketchucation.

                                    Etaoin Shrdlu

                                    %

                                    (THERE'S NO PLACE LIKE)

                                    G28 X0.0 Y0.0 Z0.0

                                    M30

                                    %

                                    1 Reply Last reply Reply Quote 0
                                    • Y Offline
                                      youbac @plot-paris
                                      last edited by

                                      @plot-paris plugin = CLF Arc Centerpoint Finder

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

                                      Advertisement