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.
    • 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
                                  • D Offline
                                    danbig
                                    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.)

                                    I can get this to work great. Is it possible to use this type of control to do the following:

                                    Say I have many objects with different x,y, and z coordinates. I want to select all the objects, and move all of them to z = 0, without changing the x and y coordinates for any of them. Is this possible using the move tool without a plugin? (I'm aware of several "drop" plugins that will essentially solve this problem).

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

                                      It's all xyz or nothing.
                                      You need 'Drop.rb' etc...

                                      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