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

    [Plugin] Axes Tools

    Scheduled Pinned Locked Moved Plugins
    63 Posts 20 Posters 84.9k Views 20 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.
    • thomthomT Offline
      thomthom
      last edited by

      @rv1974 said:

      1. Axes to the component's bottom center;

      Yup, on the todo list to be able to choose which part of the boundingbox.

      @rv1974 said:

      1. Add CPoint at pivot (there's no snap to pivot in SU unfortunatly)

      Can do that, yes. But I'll add it to Guide Tools.

      Thomas Thomassen — SketchUp Monkey & Coding addict
      List of my plugins and link to the CookieWare fund

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

        1.Fine but could bottom center be default value? Or at least make script to remember last preference.
        2.Wouldn't it be smarter not split into 2 commands?
        P.S. Not concerned to the topic:
        You made some nice ruby 'groups to components'. But After the procedure it deselects the new born component. Could it keep the selection on?

        1 Reply Last reply Reply Quote 0
        • thomthomT Offline
          thomthom
          last edited by

          @rv1974 said:

          1.Fine but could bottom center be default value? Or at least make script to remember last preference.

          It'd remember the last used setting.

          @rv1974 said:

          2.Wouldn't it be smarter not split into 2 commands?

          It'd not be between center or bottom center, it's be between any corner, and center of each of the bounding box sides. So it'd be a lot more options than just two.

          @rv1974 said:

          You made some nice ruby 'groups to components'. But After the procedure it deselects the new born component. Could it keep the selection on?

          http://forums.sketchucation.com/viewtopic.php?f=323&t=29462 ?
          Yea - easy enough.

          Thomas Thomassen — SketchUp Monkey & Coding addict
          List of my plugins and link to the CookieWare fund

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

            @rv1974 said:

            2.Wouldn't it be smarter not split into 2 commands?

            It'd not be between center or bottom center, it's be between any corner, and center of each of the bounding box sides. So it'd be a lot more options than just two.[/quote]


            I'm afraid I don't unerstand you. Anyhow what I mean is moving pivot to bottom center + placing cpoint
            to the same bottom center within one ruby (command) would be better.

            1 Reply Last reply Reply Quote 0
            • thomthomT Offline
              thomthom
              last edited by

              Some may not want to add a cpoint and some may not want to adjust the axis. Keep them separated and people can choose.

              Thomas Thomassen — SketchUp Monkey & Coding addict
              List of my plugins and link to the CookieWare fund

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

                You decide (though I see a bunch of rubies that do insert here and there cpoints without too much''people"
                protest). The main thing for me that cpoint at pivot would be a part of given component.

                1 Reply Last reply Reply Quote 0
                • thomthomT Offline
                  thomthom
                  last edited by

                  Ah - I can see uses for inside and outside.
                  Will make a note of that.

                  Thomas Thomassen — SketchUp Monkey & Coding addict
                  List of my plugins and link to the CookieWare fund

                  1 Reply Last reply Reply Quote 0
                  • thomthomT Offline
                    thomthom
                    last edited by

                    Added CPoint at Insertion Point to Guide Tools: http://forums.sketchucation.com/viewtopic.php?f=323&t=30506

                    Thomas Thomassen — SketchUp Monkey & Coding addict
                    List of my plugins and link to the CookieWare fund

                    1 Reply Last reply Reply Quote 0
                    • thomthomT Offline
                      thomthom
                      last edited by

                      Version 1.1.0

                      • Requires TT_Lib2 (v2.2.0)
                      • Replaced the old menus with Set Insertion Point

                      Thomas Thomassen — SketchUp Monkey & Coding addict
                      List of my plugins and link to the CookieWare fund

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

                        I wish you were SU product manager it'd be entirely different world.

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

                          One more thing:
                          Could this script stick to the current model axes not absolute world?

                          1 Reply Last reply Reply Quote 0
                          • thomthomT Offline
                            thomthom
                            last edited by

                            @rv1974 said:

                            One more thing:
                            Could this script stick to the current model axes not absolute world?

                            ?
                            It doesn't rotate the axis, it simply moves the origin of the components - the insertion point.

                            Though, it could be made to also rotate the axis to match the current model axis.

                            Thomas Thomassen — SketchUp Monkey & Coding addict
                            List of my plugins and link to the CookieWare fund

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

                              @thomthom said:

                              Though, it could be made to also rotate the axis to match the current model axis.

                              That's exactly what I meant

                              1 Reply Last reply Reply Quote 0
                              • D Offline
                                diegog321
                                last edited by

                                thank you thom

                                This plugin saved my life about five minutes ago!

                                Diego

                                1 Reply Last reply Reply Quote 0
                                • D Offline
                                  daniel266
                                  last edited by

                                  OHH my GOD !! GEnius i have a dwg file that moves all along the place and i need to explode to make it stop this just solved everything!!
                                  SO much THX!

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

                                    Hello sir,

                                    This plugin is very good & handful .....

                                    but when i was applying following Settings :

                                    X (Red) : Right
                                    y (Green): Back
                                    z (Blue): Top

                                    selected any group or component its work

                                    but when i was applying again it on another group or component, it will not reset to the default settings ....?

                                    I was changing default MODULE

                                    ### MODULE VARIABLES ### -------------------------------------------------
                                    
                                    	# Preference
                                    	@settings = TT;;Settings.new('Axes editor tool')
                                    	@settings[;x, 'Left']
                                    	@settings[;y, 'Front']
                                    	@settings[;z, 'Bottom']
                                    

                                    How to reset ......?

                                    Thank you,
                                    Ruturaj

                                    Thanks,
                                    RuturaJ

                                    1 Reply Last reply Reply Quote 0
                                    • thomthomT Offline
                                      thomthom
                                      last edited by

                                      I remembers the last values you used. Just select what you want from the drop down menus. The "defaults" you refer to is only defaults for the very first time the plugin runs.

                                      Thomas Thomassen — SketchUp Monkey & Coding addict
                                      List of my plugins and link to the CookieWare fund

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

                                        oh......... ok..... 👍

                                        Thanks

                                        Thanks,
                                        RuturaJ

                                        1 Reply Last reply Reply Quote 0
                                        • utilerU Offline
                                          utiler
                                          last edited by

                                          Hey Thomas, love this little gem.....! So simple yet so powerful!

                                          I have a question.

                                          See the attached images of a plan view:
                                          Axis01.png
                                          And a perspective view:
                                          Axis02.png

                                          Say I want to set my axis to the rear of the couch, centered and at the bottom. When I followed your axis tool to achieve this I have to input these settings:

                                          Axis03.png

                                          Instead of 'X' back, 'Y' centre', 'Z' bottom.

                                          It appears that the options in the dialogue box should be reversed. Don't you think that the 'X' options should be Front/Centre/Right and 'Y' options should be Left/Centre/Right instead of the other way around? It would just make sense according to how you view a model after all from an axis green is naturally north/south or vertical on the page or screen and red is east /west or horizontal......

                                          Love your work!!

                                          PS: Skippy attached FYI.


                                          couch.skp

                                          purpose/expression/purpose/....

                                          1 Reply Last reply Reply Quote 0
                                          • thomthomT Offline
                                            thomthom
                                            last edited by

                                            utiler: Front/Back, Left/Right, Top/Bottom is determined by the components internal axis - not the model axis.
                                            note that this plugin does not change the orientation of the component axis, but just the axis origin.

                                            Thomas Thomassen — SketchUp Monkey & Coding addict
                                            List of my plugins and link to the CookieWare fund

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

                                            Advertisement