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

    [Plugin][$] Tools On Surface - v2.6a - 01 Apr 24

    Scheduled Pinned Locked Moved Plugins
    638 Posts 203 Posters 1.6m Views 202 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.
    • fredo6F Offline
      fredo6
      last edited by

      @nankyo said:

      Ok OK, I was using some time tos and in deed it is great.. it is just lately it doesnt work on my SU....
      mainly offset is just doing annoying beepand thats all, no offset ni nada...
      Please help me with that,
      πŸ€“

      Could you turn on the Ruby Console and advise on any error message you would see (best would be to copy them and post the result on the forum).
      By the way, which version of SU do you use, and on which OS?
      And what did you do 'lately' with SU (upgrade?).

      Thanks

      Fred

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

        ohh, well, this is what is written there:

        when I select face:

        Error: #<NoMethodError: undefined method +' for nil:NilClass> C:/PROGRA~1/Google/GOOGLE~3/Plugins/MatchboxPlugin/Population.rb:174:in +'
        C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/OffsetOnSurface.rb:617:in compute_active_loops' C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/OffsetOnSurface.rb:569:in construct_contour_loops'
        C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/OffsetOnSurface.rb:214:in check_initial_selection' C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/OffsetOnSurface.rb:1425:in activate'
        C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/OffsetOnSurface.rb:66:in select_tool' C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/OffsetOnSurface.rb:66:in launch_offset'
        C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/LoaderOnSurface.rb:108:in manage_command' C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/LoaderOnSurface.rb:108:in call'
        C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/LibTraductor_20.rb:572:in add_command' C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/LibTraductor_20.rb:572:in call'


        and when I don't select..

        Error: #<NoMethodError: undefined method +' for nil:NilClass> C:/PROGRA~1/Google/GOOGLE~3/Plugins/MatchboxPlugin/Population.rb:174:in +'
        C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/OffsetOnSurface.rb:617:in compute_active_loops' C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/OffsetOnSurface.rb:569:in construct_contour_loops'
        C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/OffsetOnSurface.rb:282:in virtual_selection' C:/PROGRA~1/Google/GOOGLE~3/Plugins/TOS_Dir_13/OffsetOnSurface.rb:1656:in onMouseMove'

        I am using SU7 right now, but in 6 i was not function as well....

        πŸŽ‰ πŸŽ‰
        thanks alot
        Nankyo

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

          nanyo: Try removing the MatchboxPlugin. I think I remember reading somewhere that I modified some of the base ruby classes which lead to errors in other plugins. From your errors it appears that it's coming from that plugin.

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

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

            wowo so simple and work ) thanks alo alot
            muchisima gracias !!!!
            now I can offset, lets party 😎 😎 😍 😍

            thanks thomthom,
            next time i will try to read those messages...
            Have fun.

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

              HI, where can i donwnload this script? Sorry a newbie here. Thanks.

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

                @skylinerz said:

                HI, where can i donwnload this script? Sorry a newbie here. Thanks.

                At the bottom of the original post. First page on this thread.

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

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

                  Thank you so.

                  1 Reply Last reply Reply Quote 0
                  • simon le bonS Offline
                    simon le bon
                    last edited by

                    Hi!
                    I'm actually working with arc tool (on surface).
                    May be I have missed something. I would like to remove all the construction points in one operation when the drawing is finished but i don't know how to do..

                    http://i274.photobucket.com/albums/jj245/Spendauballet/SketchUp/th_toolsOnSurface_a.jpg

                    ;-)simon

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

                      Just construction points? You can try native Su tool! GO to Edit menu / Delete guides.
                      You can also copy this code below in the ruby console... It will delete all construction points in the selection.

                      Sketchup.active_model.selection.each{|e|e.erase! if e.class==Sketchup;;ConstructionPoint}
                      

                      πŸ˜‰

                      Frenglish at its best !
                      My scripts

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

                        Hi Fredo!
                        I suppose you will move your menus in "Fredo collection" in your next TOS update, like freescale plugin ? ❓
                        That would be cool, and also your push pull plugin!
                        Sans titre 1.jpgExcellent plugin, as always, sir! πŸ˜„ Thank you...

                        Frenglish at its best !
                        My scripts

                        1 Reply Last reply Reply Quote 0
                        • simon le bonS Offline
                          simon le bon
                          last edited by

                          πŸ™‚ Matt,
                          --/ Hope i'm not going too far from this thread /--

                          @matt666 said:

                          Just construction points? You can try native Su tool! GO to Edit menu / Delete guides.

                          good tip: it is something I had forgotten.. > but the construction lines and points, they are all deleted from the overall model. Something we want not to be each time.

                          @matt666 said:

                          You can also copy this code below () in the ruby console... It will delete all construction points in the selection.
                          This is just the good code: construction lines remain and every construction point inside selection are removed. Would you please make it as a .rb dear Matt? (I'm complet ignorant upon this ). It would be so greatfull!
                          :-)simon

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

                            Thank you, Thank you, Thank you, Fredo!!!! (insert Happy Dance Here!)
                            At last I can do what I've been trying to do since I first found SketchUp (modeling planets for exterior sci-fi scenes)

                            This plug-in is MADE of 100% AWESOME!

                            Nathryc

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

                              You are the Gustave Eiffel and Pierre Bezier of SketchUp. Merci Beaucoup from the USA!

                              What will you do to top this achievement?

                              http://www.azcreative.com

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

                                Hi there I would like to make some drawings on a sphere. I downloaded the plugin but when I start up SU this comes up

                                no such file to load -- /Library/Application Support/Google SketchUp 7/SketchUp/Plugins/BZ_Dir_12/bezierspline_main.rbError Loading File bezierspline.rb
                                no such file to load -- /Library/Application Support/Google SketchUp 7/SketchUp/Plugins/BZ_Dir_12/bezierspline_main.rb
                                

                                I downloaded the plugin into /Library/Application Support/Google SketchUp 7/SketchUp/Plugins; and I didn't change the name of the folder, but it is named: ToolsOnSurface_131-1

                                what should I do??[/quote]

                                1 Reply Last reply Reply Quote 0
                                • fredo6F Offline
                                  fredo6
                                  last edited by

                                  @kus said:

                                  Hi there I would like to make some drawings on a sphere. I downloaded the plugin but when I start up SU this comes up.

                                  I downloaded the plugin into /Library/Application Support/Google SketchUp 7/SketchUp/Plugins; and I didn't change the name of the folder, but it is named: ToolsOnSurface_131-1

                                  what should I do??

                                  Kus,

                                  Seems you had a problem with the unzip operation.
                                  For Tools on Surface you must have only 2 elements in the Sketchup Plugins folder:

                                  • a small file: ZLoader_OnSurface.rb
                                  • a folder: TOS_Dir_13, with other rb files in it (and some subfolders).

                                  I suggest you check your files and redo the Unzip, with a Select All and then Extract, to make sure your preserve the folder hierarchy when unzipping.

                                  Fredo

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

                                    Hey, I've followed the quickcards installment guide but upon opening Sketchup it isn't running Tools On Surface, I'm not given any loading error or anything, it simply doesn't run, any help?

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

                                      @steelyjoe_n said:

                                      Hey, I've followed the quickcards installment guide but upon opening Sketchup it isn't running Tools On Surface, I'm not given any loading error or anything, it simply doesn't run, any help?

                                      Nevermind
                                      I forgot to check it in preferences, thank you for the program anyway πŸ˜„)

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

                                        Fredo!!! I'm becoming your biggest fan!!!
                                        thanks a lot!

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

                                          Hi,
                                          I seem to have a problem too. I can see the toolbar but the offset doesn't work (Su7,7.0.102470), the line-on surface does, but nothing else seems to work.
                                          I'm not familiar with ruby, but it feels like some setting might be wrong (like a variable in Autocad).

                                          Later..
                                          Just being stupid, I forgot to load in "preferences". Works like a charm!

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

                                            Thanks

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 31
                                            • 32
                                            • 8 / 32
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement