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

    [Plugin] Q JS ALIGN TOOLBAR

    Scheduled Pinned Locked Moved Plugins
    61 Posts 33 Posters 100.1k Views 33 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.
    • Chris FullmerC Offline
      Chris Fullmer
      last edited by

      EDIT: THis is wrong, I was looking at his shape wrong.

      Thom I think on yours the bounding box center is the geometric center or centroid. Your face runs the diagonal of the bounding box, so placing a centerpoint on that face is just like placing a centerpoint in the middle of a diagonal line of the bounding box.

      Chris

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

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

        The bounding box' centre point is not the centre of that extruded triangle.

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

        1 Reply Last reply Reply Quote 0
        • CadFatherC Offline
          CadFather
          last edited by

          @thomthom said:

          The bounding box' centre point is not the centre of that extruded triangle.

          Chris, it's the background colour throwing you off.. (must have been on purpose!)

          1 Reply Last reply Reply Quote 0
          • Chris FullmerC Offline
            Chris Fullmer
            last edited by

            @thomthom said:

            The bounding box' centre point is not the centre of that extruded triangle.

            OOooohhh! I get it. Yes, Cadfather is right, I could not see a 3d object there at all. I just saw the front, bright face.

            So yes thom, you're right. That construction point is not the center of the geometry. 😳

            Chris

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

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

              thehe
              messing with your head! 😉 😄

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

              1 Reply Last reply Reply Quote 0
              • I Offline
                ideas_arte
                last edited by

                http://www.addemoticons.com/emoticon/animated/AddEmoticons0423.gif
                Nice...!

                Thank you very much...!

                1 Reply Last reply Reply Quote 0
                • Bob JamesB Offline
                  Bob James
                  last edited by

                  @cadfather said:

                  (tested only on PC - unzip the contents to your plugins folder)

                  Works on Mac except the toolbar doesn't "stick" - have to use View/Toolbars each time SU loads.

                  i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

                  1 Reply Last reply Reply Quote 0
                  • CadFatherC Offline
                    CadFather
                    last edited by

                    thanks Bob - i hope someone with a mac will be able to fix this 😒

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      BTM
                      last edited by

                      Just add this:

                      case gp_quarr_jsalign_tb.get_last_state when 1 gp_quarr_jsalign_tb.restore when -1 gp_quarr_jsalign_tb.show end

                      Picture 1.png

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

                        Thanks Coen, good tip. Could have used it last week while trying to flatten some survey dwgs.... 👍

                        purpose/expression/purpose/....

                        1 Reply Last reply Reply Quote 0
                        • CadFatherC Offline
                          CadFather
                          last edited by

                          That's great Coen, thanks..and it is really fast as well

                          1 Reply Last reply Reply Quote 0
                          • O Offline
                            opla457
                            last edited by

                            A big thank for this plugin, so great - the function sketchup messed !!

                            1 Reply Last reply Reply Quote 0
                            • jason_marantoJ Offline
                              jason_maranto
                              last edited by

                              Thank you both for this wonderful script -- something I've always wanted in Sketchup.

                              Best,
                              Jason.

                              I create video tutorial series about several 2D & 3D graphics programs.

                              1 Reply Last reply Reply Quote 0
                              • bagateloB Offline
                                bagatelo
                                last edited by

                                I change the plugin to show menus in "Plugins" Menu. Now we can set keyboard keys, is very useful to me.

                                I thought about a function of "smart drop" for all of the possible directions of the axis, like this, the aligned objects if they would not fix in the most distant part of the object of alignment reference, but they would collide in the surface. Look image example. It would be as the plugin drop, but it would work in all possible directions by axes(9 possibilities, or 6, if we not consider middle). Maybe some keys like SHIFT can change this behavior.


                                jsAlign.zip


                                before and after.jpg

                                While the cat's away, the mice will play

                                1 Reply Last reply Reply Quote 0
                                • bagateloB Offline
                                  bagatelo
                                  last edited by

                                  Two years later I had another idea. Could someone modify this script to reposition the axes of the selected objects? Maybe by pressing a modifier key on the keyboard, such as alt or shift.

                                  While the cat's away, the mice will play

                                  1 Reply Last reply Reply Quote 0
                                  • V Offline
                                    Vicspa
                                    last edited by

                                    very useful plug-in, thank you 👍

                                    1 Reply Last reply Reply Quote 0
                                    • Bob JamesB Offline
                                      Bob James
                                      last edited by

                                      There does not seem to be a way to select which object the others are to align with. I've tried selecting #1 first and then #2, but get the same result if I select #2 first then #1.

                                      It would be very helpful if you could effectively say "make the other(s)" align with "this one"

                                      i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

                                      1 Reply Last reply Reply Quote 0
                                      • PixeroP Offline
                                        Pixero
                                        last edited by

                                        The script was written to work like many 2d align functions. Aligning to min, max or center, but for each axis.
                                        My original script (without the toolbar has some added functionality like that you can choose "custom" and enter a value (position) in one axis and align to that. When using a group you can choose if the groups max, center or min should align to the value.
                                        Not exactly what your after but might be useful sometimes.

                                        Here is the original script (without toolbar).

                                        JS Align

                                        1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          Prevayl
                                          last edited by

                                          This tool is very useful. i just have one suggestion and im not sure if it was already mentioned but do to busy schedule,forgive if this was already suggested.
                                          But an added feature That functions similar to illustrator would be great where you an evenly distribute the objects(groups) between a distance.
                                          For example In adobe illustrator you can create 10 boxes and align them to a straight line but then you can equally distribute the spaces in between them based on the box furthest to the left and furthest to the right.
                                          That feature would make it easy to create a patio for instance with a gap in between each 2x4 and have it evenly spaced

                                          1 Reply Last reply Reply Quote 0
                                          • F Offline
                                            function
                                            last edited by

                                            it was brought up about a week ago
                                            http://forums.sketchucation.com/viewtopic.php?f=323&t=36006
                                            I couldn't get d.bur's suggestion to distribute evenly, so I don't think it's been created yet- I am a huge fan of the adobe style align/distribute box, and I use the OP's mod all the time! Hopefully someone can complete the package sooner or later.

                                            remember you can distribute the same object by moving and typing '/#' in the dimension box

                                            on a side note:
                                            d.bur's align script wouldhowever be a fine addition to this toolbar pack, "Align Along Line" for when ortho just can't do it - 👍


                                            abmax_24d.png

                                            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