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

    [Plugin] extrudeEdgesByLathe

    Scheduled Pinned Locked Moved Plugins
    104 Posts 43 Posters 66.5k Views 43 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.
    • P Offline
      Panga
      last edited by

      Thanks a lot for this one, definitly needed !!

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

        @ben ritter said:

        I am not able to create a "donut" shape. My shape is oriented in the vertical direction and I select the blue axis for axis of rotation. What am I doing wrong?

        Try this...1-2_donut.png

        TIG

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

          TIG,

          That is the process I used, however, without having a short line to define the radius point.

          In my attachment, you can see the result with and without a reference line for the radius point. The inference was indicating that I was going up in the blue axis direction, but I still got the result shown.

          Thanks. Ben

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

            Attachment


            lathe1.jpg

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

              @ben ritter said:

              TIG,

              That is the process I used, however, without having a short line to define the radius point.

              In my attachment, you can see the result with and without a reference line for the radius point. The inference was indicating that I was going up in the blue axis direction, but I still got the result shown.

              Thanks. Ben

              Did the VCB say [0.0,0.0,1.0] - i.e. Z-axis... If you start off in the blue Z-direction and hold down the shift-key the interference is locked to blue and when you pick it should definitely be axial... You don't need the short line - I added it for clarity. You can start to move off in the blue direction, hold-down shift to lock in the blue and pick any point above the center and it should snap to vertical ?

              TIG

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

                The VCB doesn't say anything in the process, but the screen shows that I'm on the blue axis. For some reason, it only works when I lock down the inferencing with the shift key. Even though it says I'm pointing on the blue axis, somehow it must not lock on without holding the shift.

                Thanks TIG

                1 Reply Last reply Reply Quote 0
                • J Offline
                  Jim
                  last edited by

                  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 Reply Last reply Reply Quote 0
                  • simon le bonS Offline
                    simon le bon
                    last edited by

                    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 Reply Last reply Reply Quote 0
                    • T Offline
                      tomasz
                      last edited by

                      Tig, thanks for the plugin!

                      Author of [Thea Render for SketchUp](http://www.thearender.com/sketchup)

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

                        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 Reply Last reply Reply Quote 0
                        • TIGT Offline
                          TIG Moderator
                          last edited by

                          @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 Reply Last reply Reply Quote 0
                          • R Offline
                            RustyShack
                            last edited by

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

                            1 Reply Last reply Reply Quote 0
                            • MALAISEM Offline
                              MALAISE
                              last edited by

                              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 Reply Last reply Reply Quote 0
                              • TIGT Offline
                                TIG Moderator
                                last edited by

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

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • D Offline
                                  dedmin
                                  last edited by

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

                                    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 Reply Last reply Reply Quote 0
                                    • TIGT Offline
                                      TIG Moderator
                                      last edited by

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

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

                                      TIG

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

                                        HI TIG, is a small BUG.

                                        THANKS FOR THE PLUGINS

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

                                        1 Reply Last reply Reply Quote 0
                                        • D Offline
                                          Dan
                                          last edited by

                                          @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 Reply Last reply Reply Quote 0
                                          • X Offline
                                            xrok1
                                            last edited by

                                            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 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 4 / 6
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement