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

    [Plugin] WireTool (Catenary) (1.4.1) – updated 06.03.2013

    Scheduled Pinned Locked Moved Plugins
    54 Posts 26 Posters 58.9k Views 26 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.
    • A Offline
      Aerilius
      last edited by

      Tools normally don't have weird behavior without reason. Running it with the Ruby console open gives often more definable results.
      So I found and fixed an unobvious bug with the translations that stirred up all methods and I changed that the x-width of segments is variable to give always the same segment length.

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

        Great Thanks.

        There was another catenary tool (and other geometric curves too) here:
        http://forums.sketchucation.com/viewtopic.php?t=41310

        I needed to make them like this though.

        See below however, the first segment is much longer and they become smaller as they go on the curve:


        Cats.jpg

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

          @Michaelv: Thanks for noticing this! It was not much visible with little sagging (110%) but with big sagging. Sorry that it took some time (it's not easy to do math with curve lengths).
          I fixed it now.

          I also thought about the problem and find that the corners/endpoints a even less noticeable when I use equal angles between the segments. If you prefer equal segment lengths, you can change the parameter @@segments_distribution_mode to 1 inside the script.

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

            Thanks!

            A nice option (but I can do it when I get a minute) would be for the start to start either like you did (wire) or horizontal )like a cable that's more rigid, yet supported by posts.
            Toggle with alt/option

            I think all it takes is force the angle at point of attachment to be horizontal, and the equation would take care of the rest. But maybe not. 😄
            Never mind, I looked at it and the equation as it stands is for tension always parallel to the tangent of the curve, thus deflection equations (with rigidity, etc..) at the boundary would have to be used until that is the case. too complicated for the time being.

            Danke Shoen!

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

              Might also be cool to work with for line art!

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

                Minor update (1.4.0):

                • converted it into a SketchUp Extension (that you can turn on/off)
                • added icons and cursor
                  Please remove older version if you update.
                1 Reply Last reply Reply Quote 0
                • OxerO Offline
                  Oxer
                  last edited by

                  Thanks for the update!!
                  This is the spanish language:
                  %(#FF0000)["es" => {
                  "Draw Wires" => "Dibujar Cables",
                  "Catenary" => "Catenaria",
                  "Tool to draw catenary curves." => "Herramienta para dibujar curvas catenarias."
                  "Arc Length" => "Longitud Arco",
                  "Segments" => "Segmentos",
                  "Distance" => "Distancia",
                  "Select first end" => "Selecciona Primer Final",
                  "Select second end" => "Selecciona Segundo Final"
                  },]
                  You can to include in the next version.

                  EDIT: On Mac the icon doesn't show but I have added the line below in the end of the WireTool.rb file and now it shows:

                     %(#FF0000)[UI::Toolbar.new(@@translate["Draw Wires"]).add_item(cmd)]
                  

                  "The result is the end what is important is the process" by Oxer
                  [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

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

                    Thanks!

                    1 Reply Last reply Reply Quote 0
                    • gillesG Offline
                      gilles
                      last edited by

                      I notice that you specify a length you always got a approximation, not the desired length.

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

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

                        That has two reasons: SketchUp has no curves and like arcs, the length of these catenary curves isn't the sum of the segments.
                        The other reason is that the numerical algorithm needs many many more iterations to reduce the bulge if the curve is almost straight (100% should theoretically give a straight line). I'm working on improving this.

                        1 Reply Last reply Reply Quote 0
                        • gillesG Offline
                          gilles
                          last edited by

                          Good work by the way, a useful one.

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

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

                            Just to give you an idea: I increased the number of iterations (at every mouse move) from 10 to 150 and the overlength is still half of what it was before (and 150 iterations is far too much). But at least I know which part to optimize.

                            1 Reply Last reply Reply Quote 0
                            • Bob JamesB Offline
                              Bob James
                              last edited by

                              @aerilius said:

                              Minor update (1.4.0):- added icons and cursor

                              I don't see "draw wires" in my toolbar list

                              i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

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

                                @bob james said:

                                @aerilius said:

                                Minor update (1.4.0):- added icons and cursor

                                I don't see "draw wires" in my toolbar list

                                Did you first activate its Extension under Preferences ?

                                TIG

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

                                  I've uploaded a new version 1.4.1 improving the 100% curve length issue (curve was too long).

                                  The previous version didn't mention any toolbar (only icon image), though as it seems nobody else has a problem with one-button toolbars I added one ☀ . I hope it doesn't increase the toolbar mess.

                                  1 Reply Last reply Reply Quote 0
                                  • OxerO Offline
                                    Oxer
                                    last edited by

                                    Thanks Aerilius!!
                                    I have saw that you have included the line for the Toolbar and spanish language, thanks again.

                                    "The result is the end what is important is the process" by Oxer
                                    [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

                                    1 Reply Last reply Reply Quote 0
                                    • irwanwrI Offline
                                      irwanwr
                                      last edited by

                                      Thank you very much for this plugin.

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

                                        Thanks very much for this. It produces a really lovely result for drawing thin arches.
                                        I noticed a small problem when I move the endpoints of an existing catenary around - gravity seems to veer away at an peculiar angle. All plan-plane moves seem to work just fine though.

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

                                          Hi,
                                          the resulting curve is just SketchUp geometry, and does not expose physical behavior of a wire. When moving one end point of an arc, it shows normal SketchUp behavior (ie. SketchUp tries to squeeze or stretch the arc to fit to both end points).
                                          But a wire that really (physically) moves with attached objects would be a cool feature. The plugin would need observers to watch all the time on all these arcs, and recalculate an arc once an endpoint is changed.

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

                                            I cannot get the plugin to work with specific inputs. It creates a the same curve no matter what I enter.

                                            Can you help?

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

                                            Advertisement