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

    [Plugin] ExtendTool v0.2 (update 20090708)

    Scheduled Pinned Locked Moved Plugins
    31 Posts 15 Posters 37.2k Views 15 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.
    • M Offline
      Matt666
      last edited by

      majid,
      this plugin cannot do what you describe... Perhaps try ExtendCloseLines?

      Frenglish at its best !
      My scripts

      1 Reply Last reply Reply Quote 0
      • pilouP Offline
        pilou
        last edited by

        @unknownuser said:

        then su convertes circle to 24 sided su native cirles

        Tig has made something for that!
        I must refind that 😉
        Found! changearcsegments 😉

        Frenchy Pilou
        Is beautiful that please without concept!
        My Little site :)

        1 Reply Last reply Reply Quote 0
        • EarthMoverE Offline
          EarthMover
          last edited by

          Matt,

          It works well when I have a face selected, however when I select a coplanar edge to extend to, I get a "no limit found" error in the ruby console. Any ideas?

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

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

            Hi Matt:

            Works well for me. I like the simple UI.

            Could a similar script be developed to extend (move) a vertex (which may or may not be part of a face)?

            How it might work: initiate script, pick (click) on the anchoring endpoint or guidepoint, then click on the vertex you want to move. It would basically be the same as manually doing a move-and-drag or alt-move-and-drag function, but inferencing to anything other than end-point or guide-points would be blocked.

            This would be helpful when trying to move a vertex a very small distance in an area with lots of geometry.

            John | Illustrator | Beaverton, Oregon

            1 Reply Last reply Reply Quote 0
            • M Offline
              Matt666
              last edited by

              EarthMover,
              Thank you for testing it!
              Can you post tested file, please? Can you show me "limit" lines or faces, and desired edges to extend?
              I have no problem here. Oh yes I had a problem, but I corrected the plugin. Update will come soon.

              JClements,
              Thank you for the comment!
              I will "investigate" to find if I can do this plugin... For the moment I think it's out of my ruby level! 😆

              Frenglish at its best !
              My scripts

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

                Hey Matt, great plugin, thanks! I've just started a new project and I am putting this to good use. Thanks! Also, I edited my copy to make it so that holding shift will delete the geometry instead of extending it. I have lots of lines that are just a little too long. So instead of extending them, I want to "trim" them, like in autocad. So that little tiny bit of functionality is very helpful.

                So a HUGE thanks, this is quite useful,

                Chris

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

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

                  Hey Chris, thats a great idea!!! wouldn't mind seeing that incorporated into matt's plugin.... 👍

                  purpose/expression/purpose/....

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    Matt666
                    last edited by

                    @unknownuser said:

                    Hey Matt, great plugin, thanks!
                    Glad to help you, Chris! 😄
                    I updated code today. If you want I can update the code again with your improvment? Do you agree? Can you show us your bit of code?
                    😉

                    Frenglish at its best !
                    My scripts

                    1 Reply Last reply Reply Quote 0
                    • mitcorbM Offline
                      mitcorb
                      last edited by

                      I had difficulty with the plugin.
                      In the drop down menu I see Selection with a fly out trigger that doesn't fly out to show Extend Edges. I posted in Thomthom's thread on Selection Toys, thinking that Selection was part of his suite. I will try to unload and reload to see if it works better.
                      I have a mild concern that other recently downloaded tools may be interfering--not sure.
                      Best Regards,
                      mitcorb

                      I take the slow, deliberate approach in my aimless wandering.

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        stefx
                        last edited by

                        Ehi,
                        I am using Mac and it sounds that it doesn't work...
                        😞

                        Any another feedback?

                        Stef.

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

                          Try my 2D Tools Fillet or Adjust tools..........

                          TIG

                          1 Reply Last reply Reply Quote 0
                          • M Offline
                            mirale999
                            last edited by

                            mitcorb say:"In the drop down menu I see Selection with a fly out trigger that doesn't fly out to show Extend Edges."
                            I have the some problem but I can use the tool, the submenu is like this picture:2011-09-12_130303.png

                            paranoia is a higher form of awareness...

                            1 Reply Last reply Reply Quote 0
                            • M Offline
                              Matt666
                              last edited by

                              Ah sorry, try to delete this block at the beginning of the code:

                              <span class="syntaxdefault">if </span><span class="syntaxkeyword">!</span><span class="syntaxdefault">file_loaded</span><span class="syntaxkeyword">?(</span><span class="syntaxstring">'TtMn_selection'</span><span class="syntaxkeyword">)</span><span class="syntaxdefault"> then<br />    if $submenu<br />        organizer </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> $submenu<br />    else<br />        organizer </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> UI</span><span class="syntaxkeyword">.</span><span class="syntaxdefault">menu</span><span class="syntaxkeyword">(</span><span class="syntaxstring">'Plugins'</span><span class="syntaxkeyword">)<br /></span><span class="syntaxdefault">    end<br />    $TtMn_selection_plugins_submenu </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> organizer</span><span class="syntaxkeyword">.</span><span class="syntaxdefault">add_submenu</span><span class="syntaxkeyword">(</span><span class="syntaxstring">'Selection'</span><span class="syntaxkeyword">)<br /></span><span class="syntaxdefault">    UI</span><span class="syntaxkeyword">.</span><span class="syntaxdefault">add_context_menu_handler do </span><span class="syntaxkeyword">|</span><span class="syntaxdefault">menu</span><span class="syntaxkeyword">|<br /></span><span class="syntaxdefault">        $TtMn_selection_contextual_submenu</span><span class="syntaxkeyword">=</span><span class="syntaxdefault">menu</span><span class="syntaxkeyword">.</span><span class="syntaxdefault">add_submenu</span><span class="syntaxkeyword">(</span><span class="syntaxstring">'Selection'</span><span class="syntaxkeyword">)<br /></span><span class="syntaxdefault">    end<br />    file_loaded</span><span class="syntaxkeyword">(</span><span class="syntaxstring">'TtMn_selection'</span><span class="syntaxkeyword">)<br /></span><span class="syntaxdefault">end</span>
                              

                              😕

                              Frenglish at its best !
                              My scripts

                              1 Reply Last reply Reply Quote 0
                              • mitcorbM Offline
                                mitcorb
                                last edited by

                                Hi, Matt:
                                Is this block of code intended as a disambiguation, or differentiation of the two Selection tools? Or was it intended as way to allow coexistence?

                                I take the slow, deliberate approach in my aimless wandering.

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

                                  The plugin doesn't work when edit a group, you need to explode the group extend and regroup...

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

                                    Yes, it does work when editing a group. There is no need to explode the group first.

                                    Etaoin Shrdlu

                                    %

                                    (THERE'S NO PLACE LIKE)

                                    G28 X0.0 Y0.0 Z0.0

                                    M30

                                    %

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

                                      It works on a selection.
                                      So therefore it only works on lines that are all in the same 'context'.
                                      Editing a group allows you to select lines within the group.
                                      BUT if you want to process lines that are in the group AND lines outside it then you cannot, because you can't select lines with both contexts at once.
                                      Then you need to explode the group so all lines are selectable in the common context.
                                      Alternatively, select the lines you want to use outside of the group, Edit+Copy, edit the group and Edit>Paste_In_Place.
                                      Then those lines are duplicated inside the group; select them and other lines and do the processing.
                                      If necessary delete the unwanted duplicated lines.
                                      Alertnatively-ly, Edit>Cut the lines and Edit>Paste_In_Place into the group's context etc...
                                      It depends what final outcome you want...

                                      TIG

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

                                        m'eh...
                                        the tool needs work... its interface, capability, and intuitive-use are lacking (expected for a "zero-dot" rev).

                                        add the ability to extend arcs as well.

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

                                          Why don't you write a better version, then?

                                          Etaoin Shrdlu

                                          %

                                          (THERE'S NO PLACE LIKE)

                                          G28 X0.0 Y0.0 Z0.0

                                          M30

                                          %

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

                                            @dave r said:

                                            Why don't you write a better version, then?
                                            I agree...
                                            BUT this one is SIX years old !
                                            And time and expertise moves on...
                                            There are by now many similar tools around... e.g. 2dTools 'Adjust'...
                                            OR you could write a better 'free' one...

                                            TIG

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

                                            Advertisement