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

    Working with coordinates: dumb question from veteran

    Scheduled Pinned Locked Moved SketchUp Discussions
    sketchup
    22 Posts 10 Posters 1.5k Views 10 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.
    • EdsonE Offline
      Edson
      last edited by

      this is admittedly a dumb question but here it goes: how do i find the exact coordinates (x, y, z from the origin) of an element in sketchup and how can i move something to a specific location defined by coordinates?

      believe it or not, i never used coordinates in sketchup.

      edson mahfuz, architect| porto alegre • brasil
      http://www.mahfuz.arq.br

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

        To get co-ords I think there is a plugin - but I can't remember the name.

        I just learned that typing using square brackets around coords; [200,100,300] when you type into the VCB when using the move tool should move it to this absolute co-ord. (Though I've not manage to do so myself, I wonder if there is a conflict with my locale (Norwegian).)

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

        1 Reply Last reply Reply Quote 0
        • J Offline
          Jim
          last edited by

          There is a Query Tool that comes with SketchUp, but needs enabled in the Extensions dialog. It is under "Utilities Tools" in extensions and under the Tools/Utilities menu.

          Hi

          1 Reply Last reply Reply Quote 0
          • massimoM Offline
            massimo Moderator
            last edited by

            If you want to know the coordinates of a point just use the text tool.


            Cattura.JPG

            1 Reply Last reply Reply Quote 0
            • EdsonE Offline
              Edson
              last edited by

              thanks, jim and massimo. the 1st part of my question has been answered and now i have two methods for find the location of a point.

              but how do i place something in a specific location defined by coordinates?

              edson mahfuz, architect| porto alegre • brasil
              http://www.mahfuz.arq.br

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

                In VCB type:
                [1,2,3] = xyz or rgb, for Absolute from Origin
                or
                <1,2,3> = xyz or rgb, for Relative to picked Point

                Text Tool on a Vertex gives the 'xyz'
                I recently wrote a tool to find / add coordinate text to selected cpoints, add a cpoint+text from coordinate/point/vertex arguments etc etc - see here http://forums.sketchucation.com/viewtopic.php?p=238662#p238662
                😉

                TIG

                1 Reply Last reply Reply Quote 0
                • J Offline
                  Jim
                  last edited by

                  Edson,

                  You can move to a relative or absolute point using the Move Tool with the Measurements box.

                  • Select the Move Tool
                  • Select the point on the object to move.
                  • Type in [x, y, z] and Press Enter (absolute position)
                    or
                  • Type <x, y, z> and press Enter (relative move.)

                  Hi

                  1 Reply Last reply Reply Quote 0
                  • EdsonE Offline
                    Edson
                    last edited by

                    jim and tig,

                    thanks.

                    edson mahfuz, architect| porto alegre • brasil
                    http://www.mahfuz.arq.br

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

                      @jim said:

                      Edson,

                      You can move to a relative or absolute point using the Move Tool with the Measurements box.

                      • Select the Move Tool
                      • Select the point on the object to move.
                      • Type in [x, y, z] and Press Enter (absolute position)
                        or
                      • Type <x, y, z> and press Enter (relative move.)

                      Am I really the only one that can't get this to work?
                      I wonder if it's because of my locale. comma is a decimal separator usually... I tried <200,300,100> as well as <200.300.100> - both fails. Square brackets as well... 😞

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

                      1 Reply Last reply Reply Quote 0
                      • EdsonE Offline
                        Edson
                        last edited by

                        @thomthom said:

                        @jim said:

                        Edson,

                        You can move to a relative or absolute point using the Move Tool with the Measurements box.

                        • Select the Move Tool
                        • Select the point on the object to move.
                        • Type in [x, y, z] and Press Enter (absolute position)
                          or
                        • Type <x, y, z> and press Enter (relative move.)

                        Am I really the only one that can't get this to work?
                        I wonder if it's because of my locale. comma is a decimal separator usually... I tried <200,300,100> as well as <200.300.100> - both fails. Square brackets as well... 😞

                        tom,

                        it is probably your locale. it is working for me with [x;y;z] and <x;y;z>. try another separator.

                        edson mahfuz, architect| porto alegre • brasil
                        http://www.mahfuz.arq.br

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

                          @edson said:

                          tom,

                          it is probably your locale. it is working for me with [x;y;z] and <x;y;z>. try another separator.

                           :tada:
                          

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

                          1 Reply Last reply Reply Quote 0
                          • Jean LemireJ Offline
                            Jean Lemire
                            last edited by

                            Hi folks.

                            If, like me, you use the comma as the decimal separator, you need to use the semi colon ; as the list separator, unless you changed it in the regional settings of Windows or Mac OS.

                            Using <X;Y;Z> or [X;Y;Z] works OK for me.

                            Just ideas.

                            Jean (Johnny) Lemire from Repentigny, Quebec, Canada.

                            1 Reply Last reply Reply Quote 0
                            • X Offline
                              xrok1
                              last edited by

                              @thomthom said:

                              @edson said:

                              tom,

                              it is probably your locale. it is working for me with [x;y;z] and <x;y;z>. try another separator.

                               :tada:
                              

                              there's a function to add to your vertex tool. 😄

                              “There are three classes of people: those who see. Those who see when they are shown. Those who do not see.”

                              http://www.Twilightrender.com try it!

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

                                @xrok1 said:

                                there's a function to add to your vertex tool. 😄

                                Indeed it is.
                                adds to the TODO list

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

                                1 Reply Last reply Reply Quote 0
                                • brookefoxB Offline
                                  brookefox
                                  last edited by

                                  Is there a way to get the relative input when drawing lines, for instance (the VCB accepts no input)?

                                  ~ Brooke

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

                                    You need to click a start point with the line tool first, then you can enter a distance to the endpoint ( 10" ), a global location for the endpoint ( [10,10,10] ) or a relative location for the enpoint ( <10,10,10> ). But you do need to start the line first.

                                    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

                                      Good point though, would be good if the tools allowed for co-ords to be typed for both ends.
                                      One for the wishlist.

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

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

                                        I agree it would be better if it let you enter a coordinate right from the start.

                                        But you can just make a random click, then enter the beginning coordinate's point, then enter the ending coordinate point. But I'm sure that could cause problems if the line made fromt he first random click to the beginning position intersects with geometry.

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

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

                                          Guide Lines and Points are there to help you set up your 'drawing'... ❓

                                          TIG

                                          1 Reply Last reply Reply Quote 0
                                          • brookefoxB Offline
                                            brookefox
                                            last edited by

                                            Well, thanks. And yes, to me that is a bit 'counter intuilligent': enter a point so that you may revise it. And thanks for the guides tip, TIG; I can get to point 'B' without the relative input, but it may save time to use it as would not having to use guides or draw additional geometry.

                                            ~ Brooke

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

                                            Advertisement