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.
    • Bob JamesB Offline
      Bob James
      last edited by

      I can really use this! Thank you. 👍

      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
      • thomthomT Offline
        thomthom
        last edited by

        @aerilius said:

        Type a length to set a fixed arc length:

        !!! I tried on this a couple of years ago! Never worked out how to do a fixed length curve. I need to snoop around in your code. I wanted to make a tool that would anchor the end point to other geometry so when you moved of the the object it was attached it the curve would update.

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

        1 Reply Last reply Reply Quote 0
        • iichiversiiI Offline
          iichiversii
          last edited by

          Now this is a great plugin, thanks 👍

          Bring on the Rain...

          1 Reply Last reply Reply Quote 0
          • gullfoG Offline
            gullfo
            last edited by

            very cool! this is one of the more useful shapes in acoustics!

            Glenn

            http://www.runnel.com

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

              @gullfo said:

              very cool! this is one of the more useful shapes in acoustics!

              That I wasn't aware of. Guess I need to read up on it again.

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

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

                Another good tool concept. By the way, Remus Knowles has another version in the Plugins Index.

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

                1 Reply Last reply Reply Quote 0
                • iichiversiiI Offline
                  iichiversii
                  last edited by

                  @mitcorb said:

                  Another good tool concept. By the way, Remus Knowles has another version in the Plugins Index.

                  Any idea what his version is called?

                  Bring on the Rain...

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

                    Remus' plugin is the Simple Catenary Curve. It "just" calculates the curve for a given set of 17 points but it put me on the right path to look on Wikipedia after I had a paper full of integrals that didn't want get further simplified.

                    1 Reply Last reply Reply Quote 0
                    • urgenU Offline
                      urgen
                      last edited by

                      HA!...cool idea.thanks Aerilius 👍

                      --pupil forever...------

                      1 Reply Last reply Reply Quote 0
                      • N Offline
                        nektares
                        last edited by

                        I always did this with splines, this is a much better and precise way to do it, Thank you!

                        1 Reply Last reply Reply Quote 0
                        • sdmitchS Offline
                          sdmitch
                          last edited by

                          When I tried the plugin, I kept getting a canatnary drawn from the origin to my first pick point. Adding a @state = 0 to the def initialize method fixed this problem.

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

                          http://sdmitch.blogspot.com/

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

                            Hi Sam,
                            thanks for the tip. I wonder why this happens, although the initialize method does not have @state=0, this should be set when the activate method calls reset.
                            Is someone else having this problem?

                            1 Reply Last reply Reply Quote 0
                            • massimoM Offline
                              massimo Moderator
                              last edited by

                              @unknownuser said:

                              Is someone else having this problem?

                              Yes the same here. Thanks for the plugin btw. 👍

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

                                create_geometry and draw_geometry can be refactored into one method that returns an array of point3d objects - the only difference between these methods are the final statement. DRY

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

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

                                  I didn't experience the same thing that Sam reported.

                                  Etaoin Shrdlu

                                  %

                                  (THERE'S NO PLACE LIKE)

                                  G28 X0.0 Y0.0 Z0.0

                                  M30

                                  %

                                  1 Reply Last reply Reply Quote 0
                                  • gullfoG Offline
                                    gullfo
                                    last edited by

                                    i added the @state=0 and it made a difference in terms of being able to select the first point. very nice tool!

                                    Glenn

                                    http://www.runnel.com

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

                                      So why don't I have this same problem? I didn't modify the script and it works fine for me.

                                      Etaoin Shrdlu

                                      %

                                      (THERE'S NO PLACE LIKE)

                                      G28 X0.0 Y0.0 Z0.0

                                      M30

                                      %

                                      1 Reply Last reply Reply Quote 0
                                      • wind-borneW Offline
                                        wind-borne
                                        last edited by

                                        @dave r said:

                                        So why don't I have this same problem? I didn't modify the script and it works fine for me.

                                        Which version are you using?
                                        initial version works fine for me, updated version moves to origin.

                                        "To read between the lines was easier than to follow the text."OSX 10.11.6

                                        %(#BF80BF)[SU 8 pro

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

                                          That would explain it. I didn't catch that there was an update because the thread title wasn't edited to show that as is SOP here.

                                          Etaoin Shrdlu

                                          %

                                          (THERE'S NO PLACE LIKE)

                                          G28 X0.0 Y0.0 Z0.0

                                          M30

                                          %

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

                                            So now I've updated the plugin and added the line as mentioned. I get some rather strange behavior now. See the video.

                                            [flash=420,315:13s7e1sa]http://www.youtube.com/v/7IJXmgk8lio?version=3&hl=en_US[/flash:13s7e1sa]

                                            Etaoin Shrdlu

                                            %

                                            (THERE'S NO PLACE LIKE)

                                            G28 X0.0 Y0.0 Z0.0

                                            M30

                                            %

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

                                            Advertisement