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

    [Plugin] Recurve

    Scheduled Pinned Locked Moved Plugins
    68 Posts 24 Posters 43.8k Views 24 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.
    • W Offline
      wyatt
      last edited by

      This looks useful. Is it possible to add a feature to set the direction of the curve? This would have great application for Sketchy Physics which is often confused by the proper start and end of a curve.

      1 Reply Last reply Reply Quote 0
      • K Offline
        kyyu
        last edited by

        @Diggsey, thanks for the plugin.

        @Wyatt, there is a plugin by Fredo6 (called RevertCurve) that will reverse a curve's direction: http://forums.sketchucation.com/viewtopic.php?t=25710

        1 Reply Last reply Reply Quote 0
        • W Offline
          wyatt
          last edited by

          Awesome. I didn't know about that plugin. Probably would have saved me hours last week. 😲

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

            Welcome to the forum and thanks for sharing. Very nice introduction. πŸ˜„

            Iæd just like to point out a post I made about context menu handlers: http://forums.sketchucation.com/viewtopic.php?f=180&t=31788
            Basically, iterating over every entity in a selection can add a significant lag when you have a larger selection set and it should be avoided so that SketchUp's context menu doesn't end up lagging several seconds.

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

            1 Reply Last reply Reply Quote 0
            • D Offline
              Diggsey
              last edited by

              Thanks for the heads up about context menu handlers. I'll change it in the next update. I've added the ability to reverse curves but I'm still trying to fix some bugs. Somehow the curves are being split up which is weird...

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

                does this perform the same function as weld?

                Signature removed by SCF Admin

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

                  @rock1 said:

                  does this perform the same function as weld?

                  yes and much more.

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

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    Diggsey
                    last edited by

                    Just updated the plugin to v1.1. See the first post for details and download.

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      dedmin
                      last edited by

                      I'm getting a bugsplat when trying to reverse a curve with more segments - like arc with 120 segments.

                      1 Reply Last reply Reply Quote 0
                      • D Offline
                        Diggsey
                        last edited by

                        I've fixed the bug for large numbers of edges.

                        The algorithm used to use recursion to find a route through the edges and that cause a stack overflow. Now all the algorithms work using simple loops.

                        See the first post for v1.2

                        1 Reply Last reply Reply Quote 0
                        • D Offline
                          dedmin
                          last edited by

                          @diggsey said:

                          I've fixed the bug for large numbers of edges.

                          The algorithm used to use recursion to find a route through the edges and that cause a stack overflow. Now all the algorithms work using simple loops.

                          See the first post for v1.2

                          Working fine now! Thanks!

                          1 Reply Last reply Reply Quote 0
                          • D Offline
                            dedmin
                            last edited by

                            I noticed reversing an arc makes it curve - it is not arc anymore. Is that the way it works?

                            1 Reply Last reply Reply Quote 0
                            • D Offline
                              Diggsey
                              last edited by

                              Yes, currently it only makes curves not arcs. The reverse curve command basically explodes the curve and then calls recurve on it in the opposite direction, so the arc information is lost in the process. I could try changing recurve so that it detects if the sequence of edges makes a perfect arc.

                              The problem is, there are some arcs that are almost impossible to recreate. If you create an arc and then draw a line through it, you get two arcs, neither of which can be drawn with the arc tool. Even changing the number of segments in them will change their shape irreversibly.

                              Alternatively, if there are SketchUp features which you need to use and only work on arcs, I could make them work with all curves.

                              1 Reply Last reply Reply Quote 0
                              • D Offline
                                dedmin
                                last edited by

                                I see - thanks for the explanation. Just noticed this and wanted to be sure it is not a bug.

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

                                  @diggsey said:

                                  Yes, currently it only makes curves not arcs. The reverse curve command basically explodes the curve and then calls recurve on it in the opposite direction, so the arc information is lost in the process. I could try changing recurve so that it detects if the sequence of edges makes a perfect arc.

                                  why not just detect if you are exploding an arc?

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

                                  1 Reply Last reply Reply Quote 0
                                  • D Offline
                                    Diggsey
                                    last edited by

                                    That doesn't help solve the problem I mentioned though. The only way I know of to create an arc in sketchup is with Entities.add_arc, which is functionally equivalent to the arc tool. Arcs created by dividing another arc in two cannot be made this way. I would have to know the exact sequence of events which happened to create the arc in the first place to recreate it in the opposite direction.

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

                                      @dedmin said:

                                      I see - thanks for the explanation. Just noticed this and wanted to be sure it is not a bug.

                                      What is the difference? I thought an arc was a curve..... 😲

                                      purpose/expression/purpose/....

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

                                        An 'Arc' IS a 'Curve'... BUT a 'Curve' is NOT necessarily an 'Arc'...
                                        Also remember that 'Circles' [a special 'Arc' that's 360 degrees] and 'Polygons' are also types of 'Curve' - as is any bound-set-of-edges that has been made as a 'Curve' [e.g. a Bezier Curve or a 'Welded' Curve made from edges]...........

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • jeff hammondJ Offline
                                          jeff hammond
                                          last edited by

                                          probably my oldest plugin request has finally happened πŸ˜„
                                          weld with no dialog boxes.

                                          a few suggestions (if you're open to it, of course)

                                          say i have two lines with an arc fillet connecting them and i'd like to make them all a single polyline (ie- something i do a lot with weld.rb), the recurve function won't work (or it doesn't appear in the context menu).. in order to recurve that scenario, i have to first explode the arc (or any polyline segments) prior to being able to recurve.

                                          it'd be nice if i could weld a combination of edges/lines with curves (or arcs,polylines,etc.. what ever you want to call them πŸ˜„) using recurve.

                                          there's also a bit of weirdness in there as far as 'select curve' goes.. using the same scenario as above, if i right click on the arc fillet then the 'select curve' option doesn't show up.. but, if i right-click on either of the lines then 'select curve' does show up and if i choose it, all parts including the arc will be selected.

                                          and taking that a step further, it'd be nice to have an option for 'select curve then recurve' (or whatever) so i could select a bunch of broken segments and weld them together in one operation..

                                          ultimately, this will definitely replace weld for me as my W shortcut and the last request would be assigned to ⇧W .

                                          thanks a bunch!

                                          dotdotdot

                                          1 Reply Last reply Reply Quote 0
                                          • K Offline
                                            kyyu
                                            last edited by

                                            @unknownuser said:

                                            probably my oldest plugin request has finally happened πŸ˜„
                                            weld with no dialog boxes.

                                            I never liked the 2 dialog boxes, either. Always answered "no". So I commented they out, in my modified version. 😎

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

                                            Advertisement