• Login
sketchucation logo sketchucation
  • Login
โ„น๏ธ GoFundMe | Our friend Gus Robatto needs some help in a challenging time Learn More

Edge path finding script - Does it exist?

Scheduled Pinned Locked Moved Plugins
17 Posts 9 Posters 453 Views
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.
  • W Offline
    Whaat
    last edited by 16 Mar 2012, 14:57

    Hey all,

    I am working on a script that finds the path of connected edges between two selected edges. Does such a script already exist? It would seem surprising if it doesn't because this will be very useful for my work and probably for many others.

    Thanks!

    SketchUp Plugins for Professionals

    1 Reply Last reply Reply Quote 0
    • R Online
      Rich O Brien Moderator
      last edited by 16 Mar 2012, 15:55

      TGI3D SU Amorph has a Select tool that selects loops. It doesn't allow you to pre-pick 2 edges.

      Thomthoms UV toolkit has an edge loop selection method along with other methods.

      Download the free D'oh Book for SketchUp

      1 Reply Last reply Reply Quote 0
      • J Offline
        jeff hammond
        last edited by 16 Mar 2012, 17:49

        there's also the 'recurve' script which will select joining edges (then weld them if you want)..
        different than what you're asking but along the same idea

        thom also has a select edges (forgot what it's called) that has this type of functionality.

        dotdotdot

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdmitch
          last edited by 17 Mar 2012, 01:57

          whaat, In case you haven't finished your script, would you post your test model. I have a script that I would like to test on your model. It seems to work on my rather simple model.

          Nothing is worthless, it can always be used as a bad example.

          http://sdmitch.blogspot.com/

          1 Reply Last reply Reply Quote 0
          • W Offline
            Whaat
            last edited by 17 Mar 2012, 22:53

            @sdmitch said:

            whaat, In case you haven't finished your script, would you post your test model. I have a script that I would like to test on your model. It seems to work on my rather simple model.

            Sorry sdmitch, I'm confused. Are you also writing a similar script? Are you asking for test geometry for it? Why not create it yourself? As the author of the script, you are probably the best suited to create geometry for testing. Besides, I don't have a single test model anyway, I test on many different models. I often get test models from the 3D warehouse because you can find some nasty script-breaking stuff in there!

            @unknownuser said:

            there's also the 'recurve' script which will select joining edges (then weld them if you want)..
            different than what you're asking but along the same idea

            thom also has a select edges (forgot what it's called) that has this type of functionality.

            Thanks Jeff! I had forgotten about the recurve script (which I have actually downloaded awhile ago ๐Ÿ˜ณ )

            SketchUp Plugins for Professionals

            1 Reply Last reply Reply Quote 0
            • S Offline
              sdmitch
              last edited by 18 Mar 2012, 00:23

              @whaat said:

              Sorry sdmitch, I'm confused. Are you also writing a similar script? Are you asking for test geometry for it? Why not create it yourself? As the author of the script, you are probably the best suited to create geometry for testing. Besides, I don't have a single test model anyway, I test on many different models. I often get test models from the 3D warehouse because you can find some nasty script-breaking stuff in there!

              Yes I am attempting to write what I am assuming is a similar script and thought that, if I could see what type of geometry you are working with, I would have a better understanding of what you are trying to do and if we were proceeding along similar lines. Here is what my model and test look like.

              [flash=640,480:1xalq19i]http://www.youtube.com/v/AArhM5df3Tc[/flash:1xalq19i]

              Nothing is worthless, it can always be used as a bad example.

              http://sdmitch.blogspot.com/

              1 Reply Last reply Reply Quote 0
              • G Offline
                gilles
                last edited by 18 Mar 2012, 10:03

                Maze solver?

                " c'est curieux chez les marins ce besoin de faire des phrases "

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sdmitch
                  last edited by 18 Mar 2012, 17:04

                  That is certainly one possibility since it only looks for a single path rather than trying to analyze a multiple path network.

                  Nothing is worthless, it can always be used as a bad example.

                  http://sdmitch.blogspot.com/

                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    thomthom
                    last edited by 19 Mar 2012, 09:08

                    @unknownuser said:

                    Thomthoms UV toolkit has an edge loop selection method along with other methods.

                    That's QuadFace Tools.

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

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      thomthom
                      last edited by 19 Mar 2012, 09:08

                      @whaat said:

                      Hey all,

                      I am working on a script that finds the path of connected edges between two selected edges. Does such a script already exist? It would seem surprising if it doesn't because this will be very useful for my work and probably for many others.

                      Thanks!

                      With what kind of geometry? Arbitrary? Or a regular quad based mesh?

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

                      1 Reply Last reply Reply Quote 0
                      • R Online
                        Rich O Brien Moderator
                        last edited by 19 Mar 2012, 09:24

                        @thomthom said:

                        @unknownuser said:

                        Thomthoms UV toolkit has an edge loop selection method along with other methods.

                        That's QuadFace Tools.

                        My bad.

                        Download the free D'oh Book for SketchUp

                        1 Reply Last reply Reply Quote 0
                        • W Offline
                          Whaat
                          last edited by 19 Mar 2012, 15:10

                          @thomthom said:

                          With what kind of geometry? Arbitrary? Or a regular quad based mesh?

                          Arbitrary.

                          [flash=420,315:5brm36v7]http://www.youtube.com/v/ivONz7LukYU[/flash:5brm36v7]

                          sdmitch, it looks like your script is very similar.

                          SketchUp Plugins for Professionals

                          1 Reply Last reply Reply Quote 0
                          • PixeroP Offline
                            Pixero
                            last edited by 19 Mar 2012, 17:06

                            That looks like a great addition to SU. ๐Ÿ‘

                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              jorge2011
                              last edited by 19 Mar 2012, 20:20

                              excellent idea.
                              when will be available? Free will?

                              1 Reply Last reply Reply Quote 0
                              • EarthMoverE Offline
                                EarthMover
                                last edited by 20 Mar 2012, 20:21

                                Awesome Dale! Looks like a winner you are working on. The realtime visual feedback is great and will make the script stand apart from the others.. Reminds of the "swift loop" tool in 3ds Max.

                                3D Artist at Clearstory 3D Imaging
                                Guide Tool at Winning With Sketchup
                                Content Creator at Skapeup

                                1 Reply Last reply Reply Quote 0
                                • W Offline
                                  Whaat
                                  last edited by 20 Mar 2012, 21:35

                                  @jorge2011 said:

                                  excellent idea.
                                  when will be available? Free will?

                                  I am thinking of releasing a free standalone version but also including it in an upcoming commercial plugin (more as a convenient bonus tool kind of like the knife tool in Artisan which resembles the free Zorro2)

                                  SketchUp Plugins for Professionals

                                  1 Reply Last reply Reply Quote 0
                                  • T Offline
                                    thomthom
                                    last edited by 20 Mar 2012, 21:39

                                    @whaat said:

                                    @jorge2011 said:

                                    excellent idea.
                                    when will be available? Free will?

                                    I am thinking of releasing a free standalone version but also including it in an upcoming commercial plugin (more as a convenient bonus tool kind of like the knife tool in Artisan which resembles the free Zorro2)

                                    Good to see you in action again Dale! ๐Ÿ˜„

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

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

                                    Advertisement