sketchucation logo sketchucation
    • 登入
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download

    [Plugin] extrudeEdgesByLathe

    已排程 已置頂 已鎖定 已移動 Plugins
    104 貼文 43 Posters 72.5k 瀏覽 43 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • J 離線
      Jim
      最後由 編輯

      TIG - thanks for another fine plugin.

      report - not sure where you're getting the definition for round - Float.round does not take an argument.

      Also, version 7 users would find a nice speed-up by modifying the start_operation statement:

      model.start_operation("Lathe", true)

      
      Error; #<ArgumentError; wrong number of arguments(1 for 0)>
      C;/Program Files/Google/Google SketchUp 7.1b3/Plugins/lathe1.1.rb;146;in `round'
      C;/Program Files/Google/Google SketchUp 7.1b3/Plugins/lathe1.1.rb;146;in `onMouseMove'
      C;/Program Files/Google/Google SketchUp 7.1b3/Plugins/lathe1.1.rb;146
      
      

      Hi

      1 條回覆 最後回覆 回覆 引用 0
      • simon le bonS 離線
        simon le bon
        最後由 編輯

        HeyHey!

        this time (V1.1) Lathe Tool is "carrément génial"


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

        ++simon

        1 條回覆 最後回覆 回覆 引用 0
        • T 離線
          tomasz
          最後由 編輯

          Tig, thanks for the plugin!

          Author of Thea Render for SketchUp

          1 條回覆 最後回覆 回覆 引用 0
          • TIGT 離線
            TIG Moderator
            最後由 編輯

            v1.2 now available here http://forums.sketchucation.com/viewtopic.php?p=184477#p184477
            'Round' error fixed.
            Operation optimized for v7 users.
            Following Jim's comments... 🤓

            TIG

            1 條回覆 最後回覆 回覆 引用 0
            • TIGT 離線
              TIG Moderator
              最後由 編輯

              @jim said:

              TIG - thanks for another fine plugin.
              report - not sure where you're getting the definition for round - Float.round does not take an argument.
              Also, version 7 users would find a nice speed-up by modifying the start_operation statement:
              model.start_operation("Lathe", true)

              
              > Error; #<ArgumentError; wrong number of arguments(1 for 0)>
              > C;/Program Files/Google/Google SketchUp 7.1b3/Plugins/lathe1.1.rb;146;in `round'
              > C;/Program Files/Google/Google SketchUp 7.1b3/Plugins/lathe1.1.rb;146;in `onMouseMove'
              > C;/Program Files/Google/Google SketchUp 7.1b3/Plugins/lathe1.1.rb;146
              > 
              

              I'll add the version 7 speed up [forgotten during its speedy initial creation] and my float.round(n) does work for me !!! - although I don't know where I'm got that from [Edit: I grepped my rubies and found that 'Demeter.rb' and 'sunposition.rb' both redefine float.round(n=0) to take an argument [defaults to 0 if not set]]... I've written a similar method too float.roundup(n) to keep it separate... An update v1.2 will be issued shortly...

              TIG

              1 條回覆 最後回覆 回覆 引用 0
              • R 離線
                RustyShack
                最後由 編輯

                Very nice to have this function as a pseudo-built in rather than the clunky workaround previously required to make lathed objects. Thanks!

                1 條回覆 最後回覆 回覆 引用 0
                • MALAISEM 離線
                  MALAISE
                  最後由 編輯

                  Wow ! Many thanks TIG.
                  SU becomes really powerfull when boosted with all theses plugins...

                  MALAISE 👍

                  La Connaissance n'a de valeur que partagée

                  1 條回覆 最後回覆 回覆 引用 0
                  • TIGT 離線
                    TIG Moderator
                    最後由 編輯

                    Here's v1.3 with Soft/Smooth Option in dialog
                    http://forums.sketchucation.com/viewtopic.php?p=184477#p184477

                    TIG

                    1 條回覆 最後回覆 回覆 引用 0
                    • D 離線
                      dedmin
                      最後由 編輯

                      1 條回覆 最後回覆 回覆 引用 0
                      • simon le bonS 離線
                        simon le bon
                        最後由 編輯

                        Lathe V1.3 *** more and more a true complement to FollowMe. I love this tool.

                        Unsoften ./. Soften ./. Soften+Smooth


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

                        👍 TIG,

                        simon

                        1 條回覆 最後回覆 回覆 引用 0
                        • TIGT 離線
                          TIG Moderator
                          最後由 編輯

                          v1.4 now available - fixed inference-locking glitch on repeated lathes...

                          http://forums.sketchucation.com/viewtopic.php?p=184477#p184477

                          TIG

                          1 條回覆 最後回覆 回覆 引用 0
                          • D 離線
                            DIEGO-RODRIGUEZ
                            最後由 編輯

                            HI TIG, is a small BUG.

                            THANKS FOR THE PLUGINS

                            http://img10.imageshack.us/img10/1411/lathe.png

                            1 條回覆 最後回覆 回覆 引用 0
                            • D 離線
                              Dan
                              最後由 編輯

                              @tig said:

                              Version:
                              20090915 1.0 First issue
                              20090916 1.1 Pick cursor/inferencing improved, choose 'axis' added.
                              20090917 1.2 'Round' error fixed. Operation optimized for v7 users.
                              20090918 1.3 Soft/Smooth Edges option added.
                              20090919 1.4 Inference-locking glitch fixed on repeated lathes.

                              Tig, I'm tired trying to follow your daily updates... so I'll be waiting for a week to jump directly to "Lathe V 3.0" 😄

                              Just kidding!
                              Awesome work, thank you again!

                              1 條回覆 最後回覆 回覆 引用 0
                              • X 離線
                                xrok1
                                最後由 編輯

                                very nice!

                                “There are three classes of people: those who see. Those who see when they are shown. Those who do not see.”

                                http://www.Twilightrender.com try it!

                                1 條回覆 最後回覆 回覆 引用 0
                                • TIGT 離線
                                  TIG Moderator
                                  最後由 編輯

                                  v1.5 available here http://forums.sketchucation.com/viewtopic.php?p=184477#p184477
                                  Smooth bug with Reverse Faces fixed.

                                  TIG

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • C 離線
                                    cyan.archnet
                                    最後由 編輯

                                    SUPERB Plugin indeed!, THANKS A LOT!

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • jwlyon1J 離線
                                      jwlyon1
                                      最後由 編輯

                                      ZOMG 😮
                                      This is fantastic!!
                                      TIG, your plugins are amazing.

                                      Added to my work flow and saved so much time!

                                      Macbook Pro/ iMac
                                      OSX 10.7.2 Sketchup 8
                                      rogue-z is here!

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • R 離線
                                        Ruturaj
                                        最後由 編輯

                                        This tool are very nice tool

                                        Good Job

                                        Thanks

                                        please sketchup " boolean " rb or plugin

                                        ☀

                                        Thanks,
                                        RuturaJ

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • GaieusG 離線
                                          Gaieus
                                          最後由 編輯

                                          Hi Ruturaj

                                          Oscarlok released a boolen plugin (which is free) however it has stuck in its beta version and does not always work as expected:
                                          http://forums.sketchucation.com/viewtopic.php?f=180&t=14773

                                          Gai...

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • mitcorbM 離線
                                            mitcorb
                                            最後由 編輯

                                            There is also BoolTools on Smustard. Commercial plugin.

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

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 6 / 6
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement