sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] PipeAlongPath

    Scheduled Pinned Locked Moved Plugins
    122 Posts 58 Posters 137.5k Views 57 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

      Here's v1.7 http://sketchucation.com/forums/viewtopic.php?p=7547#p7547

      It's completely rehashed to modern Ruby scripting standards.
      It also has additional dialog based options to add cpoints at the nodes,
      put the selected path onto a specified layer and move the path inside the pipe-group.

      Enjoy...

      TIG

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

        ๐Ÿ‘ Thank You TIG

        1 Reply Last reply Reply Quote 0
        • guanjinG Offline
          guanjin
          last edited by

          @tig said:

          Here's v1.7 http://sketchucation.com/forums/viewtopic.php?p=7547#p7547

          It's completely rehashed to modern Ruby scripting standards.
          It also has additional dialog based options to add cpoints at the nodes,
          put the selected path onto a specified layer and move the path inside the pipe-group.

          Enjoy...

          ceshi.gif

          Can not be completed cross the line generated pipe

          I come from China, is to learn

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

            Guanjin

            This is not an error! ๐Ÿ˜’
            Please read the instructions carefully.
            It makes simple extruded 'pipes' - NOT tubular structures: there are other tools to convert 'lines to cylinders'
            It extrudes along a single path.
            If you choose a path with multiple lines that 'fork' then how is it to know where to go? ๐Ÿ˜•
            It simple uses one available path and ignores other unusable edges. ๐Ÿ˜ž
            If you want to 'pipe' the shape you show then do it in steps - the outer loop, then each 'cross' pipe.
            You then need to form any T or X junctions manually with Intersect and Erase/Delete to tidy up. ๐Ÿ˜

            TIG

            1 Reply Last reply Reply Quote 0
            • guanjinG Offline
              guanjin
              last edited by

              @tig said:

              Guanjin

              This is not an error! ๐Ÿ˜’
              Please read the instructions carefully.
              It makes simple extruded 'pipes' - NOT tubular structures: there are other tools to convert 'lines to cylinders'
              It extrudes along a single path.
              If you choose a path with multiple lines that 'fork' then how is it to know where to go? ๐Ÿ˜•
              It simple uses one available path and ignores other unusable edges. ๐Ÿ˜ž
              If you want to 'pipe' the shape you show then do it in steps - the outer loop, then each 'cross' pipe.
              You then need to form any T or X junctions manually with Intersect and Erase/Delete to tidy up. ๐Ÿ˜

              Thank you, TIG, I understand.
              If able to complete the cross into a tube like,It would be nice!! ๐Ÿ˜

              I come from China, is to learn

              1 Reply Last reply Reply Quote 0
              • A Offline
                Arrowheadman
                last edited by

                PipeAlongPath...Very Cool!
                I may have missed it, but will this work on a Mac?

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

                  @arrowheadman said:

                  PipeAlongPath...Very Cool!
                  I may have missed it, but will this work on a Mac?
                  Yes. Most scripts will work on a MAC as well as a PC - if they don't they almost always say so in their notes...

                  TIG

                  1 Reply Last reply Reply Quote 0
                  • LanaL Offline
                    Lana
                    last edited by

                    Very...very, thanks. ๐Ÿ˜

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      geertpeeters
                      last edited by

                      I downloaded the script, unzipped it into my sketchup 8 plugins folder, but can't seem to find it in my plugins folder which I activated via the preferences. Is this not compatible with scketchup 8? I need to design a tube welded luggage carrier for a vintage motorcycle, and I'm eager to use the plugin for this.

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

                        @geertpeeters said:

                        I downloaded the script, unzipped it into my sketchup 8 plugins folder, but can't seem to find it in my plugins folder which I activated via the preferences. Is this not compatible with scketchup 8? I need to design a tube welded luggage carrier for a vintage motorcycle, and I'm eager to use the plugin for this.
                        It has no issues with v8 - it's a simple tool using basic API calls and works in most available versions, and should continue on with any yet to be born...
                        I don't understand you - the file is not 'zipped' - so needs no 'unzipping' - , it's a simple .rb file that is put into the Plugins, folder... when Sketchup restarts it's auto-loaded and appears in the Plugins menu: also when you say, '...find it in my plugins folder when I activated it via the preferences...'
                        You just said that it's in your Plugins folder, you put it there - what path did you use ? The same as you get when you type $LOAD+PATH in the Ruby Console ? Like "C:/Program Files/Google/Google SketchUp 8/Plugins" ?
                        You do not need to activate it in Preferences, like many simple/older tools it appears in the Plugins menu automatically - is this your confusion ?

                        It can be a false assumption to expect a file to be where the 'explorer window' says it is - especially with Windows, because if you have restricted security permissions to the Plugins folder, it actually resides in a 'VirtualStore' - so it doesn't auto-load as it should ! Is Linux similar ?

                        Assuming it's a simple thing to get it working for you... a bike-rack is likely to have small diameter tubes with some tight bends, this can cause issues with tools like followme when used manually, so the equivalent inside Ruby can also have issues. There are warning messages. If you get these messages, or the pipe fails, the fix is to scale up the path x10, making due allowance in the diameters too, then extrude the pipe and scale down to the original size x0.1.
                        If you are 'joining' tubes use 'intersection' - again best during the scaled-up phase...
                        Very tiny edges and facets [<~0.1mm] fail to be made by Sketchup/OpenGL because of tolerance issues returning two almost identical points as being the same point, and therefore no edge [and related face] gets made... Such tiny edges/facets can exist [e.g. after they are scaled down], but they can't be made.

                        Let us know how you get on...

                        TIG

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

                          Here's v1.8 http://sketchucation.com/forums/viewtopic.php?p=7547#p7547
                          A code-typo glitch, that only manifested itself with a half-baked pipe group, when the selected path was a single vertical line drawn in a downward direction, is now sorted...

                          TIG

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

                            Legend....! ๐Ÿ‘

                            purpose/expression/purpose/....

                            1 Reply Last reply Reply Quote 0
                            • JClementsJ Offline
                              JClements
                              last edited by

                              Thanks, TIG!

                              John | Illustrator | Beaverton, Oregon

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

                                Who can tell me๏ผŒwhy can't i download this plugins๏ผŒplease

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

                                  @baiduaiya said:

                                  Who can tell me๏ผŒwhy can't i download this plugins๏ผŒplease
                                  You give us few details of your problem... ๐Ÿ˜’
                                  There is a download link on the very first page of this thread [just like with 99.9% of all toolsets' threads].
                                  BUT if you can't see that link [i.e. all attachments and images etc are 'blocked'], and instead you get a red-colored warning banner about 'Ad Blockers', then you are not keeping your agreement in the ToS when you took up membership.
                                  Because SCF is mainly funded by modest advertising revenues [and without them we will no longer exist!] then those advertisers need to have confidence that their information will be seen by users. All of SCF's ads are filtered to be relevant to Sketchup, CAD, rendering etc, and can be of considerable interest to members...
                                  If you have add-ons for your web-browser - like 'AdBlock' - you need to deactivate it for SCF pages, then after a 'refresh' you will be able to see all of the forum's attachments [and the ads]... Other tools that can also 'block ads' are add-ons named something like 'do-not-track' and full-on javascript-blockers like 'NoScript', also your computer's 'Internet' or 'Firewall' settings might be too limiting to SCF and be seen as blocking ads too. Most members access SCF quite happily, just a few have issues - they are resolvable with a little effort...
                                  Try using different web-browsers like IE, Firefox and Chrome to see if one in particular has blocking add-ons active - then disable them or at least deactivate them for SCF pages...

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • demD Offline
                                    dem
                                    last edited by

                                    Very useful plugin! I just wish for it to work at intersections)

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

                                      @dem said:

                                      Very useful plugin! I just wish for it to work at intersections)

                                      It's not so difficult to make the two pieces and then edit them in turn, intersecting with model so the cuts form and deleting the unneeded parts... Use View > Component Edit > Hide rest of model > ON, so you can better see what you are doing...

                                      TIG

                                      1 Reply Last reply Reply Quote 0
                                      • demD Offline
                                        dem
                                        last edited by

                                        @tig said:

                                        @dem said:

                                        Very useful plugin! I just wish for it to work at intersections)

                                        It's not so difficult to make the two pieces and then edit them in turn, intersecting with model so the cuts form and deleting the unneeded parts... Use View > Component Edit > Hide rest of model > ON, so you can better see what you are doing...

                                        I know, but in this case, I prefer not to glue the groups to avoid of producing unnecessary polygons ๐Ÿ˜„
                                        It is good if them two, but sometimes you have to transform into pipes complex structures.

                                        1 Reply Last reply Reply Quote 0
                                        • SkyBlackS Offline
                                          SkyBlack
                                          last edited by

                                          thx...bro

                                          1 Reply Last reply Reply Quote 0
                                          • L Offline
                                            lifefun
                                            last edited by

                                            nice job thank you!

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

                                            Advertisement