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

    [Plugin] Multi face offset

    Scheduled Pinned Locked Moved Plugins
    49 Posts 15 Posters 65.1k 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.
    • D Offline
      DIEGO-RODRIGUEZ
      last edited by

      Error: #<NoMethodError: undefined method offset' for #<Sketchup::Face:0x5aad818>> C:/Archivos de programa/Google/Google SketchUp 6/Plugins/multi face offset.rb:23:in multi_face_offset'
      C:/Archivos de programa/Google/Google SketchUp 6/Plugins/multi face offset.rb:21:in each' C:/Archivos de programa/Google/Google SketchUp 6/Plugins/multi face offset.rb:21:in multi_face_offset'
      C:/Archivos de programa/Google/Google SketchUp 6/Plugins/multi face offset.rb:34
      C:/Archivos de programa/Google/Google SketchUp 6/Plugins/multi face offset.rb:33:in `call'

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

        most unusual, i'll have a look in to it and see if i can find out whats going on.

        http://remusrendering.wordpress.com/

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

          Remus - do you have RickW's [free from Smustard] 'offset.rb' and elcorto doesn't ?

          TIG

          1 Reply Last reply Reply Quote 0
          • D Offline
            DIEGO-RODRIGUEZ
            last edited by

            Thanks Tig, I had no offset.rb.
            Now works fine

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

              I havent got it, but im guessing its included in some other script. Thanks for the pointer by the way, i'll add it to the 1st post.

              http://remusrendering.wordpress.com/

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

                It's the simple things that are often the most complicated !
                [¡Se trata de las cosas simples que a menudo son las más complicadas!]

                TIG

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

                  And seems Protrude by Jim Foltz makes the same and more! 💚

                  protrude.jpg

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

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

                    A veritable Smörgåsbord of repeated functionality 😛

                    http://remusrendering.wordpress.com/

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

                      @Remus
                      Thx for this new curious name 😆

                      http://www.cliffordawright.com/caw/assets/Mezze table al-waha rest.jpg

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

                      1 Reply Last reply Reply Quote 0
                      • PixeroP Offline
                        Pixero
                        last edited by

                        Smörgåsbord is a swedish word. 👍

                        1 Reply Last reply Reply Quote 0
                        • D Offline
                          DIEGO-RODRIGUEZ
                          last edited by

                          Be possible. After applying offset. be selected the new drawing?
                          then able to apply, for example, multiple Push Pull

                          http://img72.imageshack.us/img72/6033/sinttulo1p.jpg

                          sorry for my English. Thank you

                          1 Reply Last reply Reply Quote 0
                          • D Offline
                            DIEGO-RODRIGUEZ
                            last edited by

                            "Pilou" You're right, thank you very much

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

                              @unknownuser said:

                              After applying offset. be selected the new drawing?

                              Protrude above can make that , just offset= 0 after use it and enable Height = that you want 😉
                              Only Protrude keep the selection 😉 Protrude is a very funny plug! 😎

                              For Push Pull multiple in general you can also use Joint Push Pull by Fredo6 or Projection2 by Didier Bur 😉
                              But both lost the selection! 😮


                              protrude1.jpg


                              protrude2.jpg

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

                              1 Reply Last reply Reply Quote 0
                              • CadFatherC Offline
                                CadFather
                                last edited by

                                Hi Remus, first thanks for the useful script - i found out the offset may end reversed at times

                                multioffset_1.png

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

                                  So it does. I dont suppose youve found what causes it? Whatever it is, i suspect it is a bug in offset.rb, it would be good to be able to pass it on to rickw, though.

                                  http://remusrendering.wordpress.com/

                                  1 Reply Last reply Reply Quote 0
                                  • CadFatherC Offline
                                    CadFather
                                    last edited by

                                    the hunch, says it may be something to do with the direction of the lines (start-end-front-back business..) - but i could not spot the pattern for sure yet

                                    1 Reply Last reply Reply Quote 0
                                    • CadFatherC Offline
                                      CadFather
                                      last edited by

                                      Remus, couple of icons if needed..

                                      moffset_16.pngmoffset_24.png

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

                                        I dont know how to do toolbars 😳

                                        I'll give it a go, though, those icons are too nice to waste 👍

                                        http://remusrendering.wordpress.com/

                                        1 Reply Last reply Reply Quote 0
                                        • CadFatherC Offline
                                          CadFather
                                          last edited by

                                          i think it's something along these lines.. check out Chris's loft or other tools - they will make sense

                                          	if !file_loaded?(__FILE__) then
                                          		toolbar = UI;;Toolbar.new "RTK"
                                          		cmd = UI;;Command.new("Offset Multiple Faces (Remus Knowles)"){RTK.multi_face_offset}
                                          		cmd.small_icon = "RTK/moffset_16.png"
                                          		cmd.large_icon = "RTK/moffset_24.png"
                                          		cmd.tooltip = "Offset Multiple Faces"
                                          		toolbar = toolbar.add_item cmd
                                          	end
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • pep75P Offline
                                            pep75
                                            last edited by

                                            Hey All!

                                            Does anyone has this fantastic plugin working in version 8?! I installed offset.rb and the latest Multifaceoffset.rb but only the input dialogue appears and it doesn't do anything...

                                            Thank you!
                                            Grtzz
                                            Pep

                                            ....or does anyone know how to offset multi faces in another way?!

                                            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