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

    [Plugin] extrudeEdgesByLathe

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

      http://forums.sketchucation.com/viewtopic.php?p=184477#p184477 is the latest version with new lingvos.

      TIG

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

        @diego-rodriguez said:

        Hi Tig. excellent update.
        I attach the file to Spanish translation.
        add the missing lines.
        Two suggestions:

        • Please delete the sound it makes when we choose the tool. is very annoying.
        • The command Ctrl + z does not work properly.
        • Would be more practical angle by reference to generate 0 to 360. instead of 0 to 180 and 180 to 360

        I posted the new ES lingvo file before I read this - can you please read it and [re]advise...
        The 'beep' sound it makes is a UI.beep - edit the file and find that line in the code and add a # at the start of the line to stop it loading.
        It is not Ctrl+Z for the angle-direction 'toggle' - it's < Ctrl> alone...
        I know it would be better to have 0 to 360 degrees... BUT its coding has missed me so far - hence the 0-180 & 180-360, with a toggle <Alt>...

        TIG

        1 條回覆 最後回覆 回覆 引用 0
        • Rich O BrienR 離線
          Rich O Brien Moderator
          最後由 編輯

          I didn't read the 6 pages prior so if this is already covered I apologise...

          Attached is a .skp that Lathe removes faces from when 'Remove Co-Planar edges is chosen?

          No Ruby Console messages


          EebyL_Error.skp

          Download the free D'oh Book for SketchUp 📖

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

            @unknownuser said:

            I didn't read the 6 pages prior so if this is already covered I apologise...

            Attached is a .skp that Lathe removes faces from when 'Remove Co-Planar edges is chosen?

            No Ruby Console messages

            Interestingly, when I tested it I got 6+ more facets erased!
            I know why it's happening...
            When you test for coplanar-ness you look at the face normals.
            You erase edges that bound a pair of faces with the same normals.
            However, it was realized by @last/Google that this doesn't always work...
            You can have two faces that will heal into one if there common edge is erased BUT they won't return the same normal ! The tiniest variation in the normal would prevent that...
            It's all down to tolerances of how SUp works out face normals etc that are really 'equal'...
            In Line#755 it says ... e.faces[0].normal.dot(e.faces[1].normal) > 0.99999999999 - i.e. it's almost one!
            If I add/subtract an extra 9 on the end it's even worse??
            My own separate 'erase_coplanar_edges' tool uses 0.99999999 and that fails too... but with only two faces lost that time! But if I try to use its 0.9999999 test in EEbyLathe it'll still knack up...
            So... it's not an error just one of the limitations of the tolerances that crop up when you have managed just to get some 'not quite' coplanar faces and try to remove some 'not quite' coplanar edges...
            If it knacks up then all you can do is to undo it one step back to keep coplanar edges - try other coplanar fixing tools and report back... OR just learn to love them... otherwise try to make forms that don't mess with SUp's head 😒

            TIG

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

              There is a minor correction to this tool so the 'db' translation for the 'start_operation' is now done correctly - there is also an updated ES lingvo file - thanks to deFisto...
              http://forums.sketchucation.com/viewtopic.php?p=184477#p184477

              TIG

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

                No file attached 😕
                It's relatively simple to select all and smooth/unsmooth.
                Use Hidden Geometry ON to see what's happening
                It's also relatively simple to do it to a selection.
                You can also use a selection of edges and Entity Info to uncheck smooth/soft [and hidden] settings for edges.
                The tool produces smoothed-edges if desired.
                I'm not sure what you are trying to do that it doesn't do OR what isn't easy to do by hand later ???

                TIG

                1 條回覆 最後回覆 回覆 引用 0
                • pbacotP 離線
                  pbacot
                  最後由 編輯

                  The file is attached. I see it there. I reloaded and perhaps you viewed in the moment that I did that.

                  The edges I need to smooth are many and selection would need to be almost one by one, to not get the wrong edges. If this is best way, so be it. If I create many versions of this model, I want to be more efficient if I can.

                  Also I should say, look at both scenes.

                  Thanks, Peter

                  MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

                  1 條回覆 最後回覆 回覆 引用 0
                  • pbacotP 離線
                    pbacot
                    最後由 編輯

                    Hi TIG,

                    This is another great one, including the control it gives on the angle etc. However I have a project in which I want smooth edges for the curved faces but not along the flat faces that result. So I wonder if this is the wrong tool and you have other suggestions. I have attached a file if you are interested.

                    Given the work to create this otherwise (create full circle and cut with intersections), it may not be too much to smooth all the edges "manually". This is only a prototype for a coming project which will probably be drawn many times in design, so I am seeking the best method. Just seeing if I am using the right tool or using it correctly.

                    Thank you for the plugin and, of course, anyone can chime in.

                    Peter


                    AMPHITHEATER 3.skp

                    MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

                    1 條回覆 最後回覆 回覆 引用 0
                    • jeff hammondJ 離線
                      jeff hammond
                      最後由 編輯

                      ^
                      i always have problems with the smooth option as well (as in, it smooths everything)

                      choose no for smooth then select the group and smooth is via the soften/smooth dialog

                      dotdotdot

                      1 條回覆 最後回覆 回覆 引用 0
                      • pbacotP 離線
                        pbacot
                        最後由 編輯

                        Yes, Jeff the smooth option smooths every edge--too much here.

                        I got it, I think! Using this tool and ThomThom's Selection Toys to quickly select those edges I need to smooth.

                        MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

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

                          OK, now I see the issue.
                          You want yes to smooth? not to smooth every edge - for example leave those with only one face or two faces at right-angles of sharper ?

                          TIG

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

                            Updated v3.4 so it now only smooths edges with more than one face.
                            http://forums.sketchucation.com/viewtopic.php?p=184477#p184477

                            TIG

                            1 條回覆 最後回覆 回覆 引用 0
                            • pbacotP 離線
                              pbacot
                              最後由 編輯

                              I guess in this case I would not smooth edges that are adjoining a face perpendicular to axis of rotation. I wonder if that is a definable parameter or is that a common desired outcome.

                              MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

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

                                It now works exactly the same as the built-in Smooth tool, which ignores perimeter edges in the smoothing. Should you subsequently add faces to these edges the will remain unsmoothed, but a quick use of the built-in smooth tool will merge them if desired. This is surely better than having them auto-smooth as the face is added because then it's harder to unsmooth those edges you want to stay unsmoothed than it is to smooth the edges you don't smooth later on !?

                                TIG

                                1 條回覆 最後回覆 回覆 引用 0
                                • pbacotP 離線
                                  pbacot
                                  最後由 編輯

                                  😍

                                  Actually I now find that in this application, I can smooth with this ruby and then twiddle the soften smooth edges dialog for the desired effect. I can now really crank these out--if only the project goes forward... 😕

                                  Thanks a bunch TIG!

                                  MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

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

                                    Here's an update to EEbyLathe http://forums.sketchucation.com/viewtopic.php?p=184477#p184477
                                    Use the link to get the zipped set which contains the updated file.
                                    20111102 v3.5
                                    Fixed Picked-Angle's messy undo.
                                    Smoothed-edges now stop @90º.

                                    TIG

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • pbacotP 離線
                                      pbacot
                                      最後由 編輯

                                      Thanks TIG. That's even more perfect. Now you're doing all my work for me and SU is not so fun anymore. 😢

                                      Just kiddin. Really, it seems custom made for what I was trying to do. ☀

                                      MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • J 離線
                                        jamesyzs
                                        最後由 編輯

                                        Hi Tig

                                        Where is a download link for extrudeEdgesByLathe.rb

                                        I can't seem to find it. Thanks

                                        -James

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

                                          James !
                                          If you follow the link in the recent post announcing the update it will take you to the first post in this thread, although for most tools this is where the download link is, here it explains at the end of the text that all EEby...tools now come in a single zipped set, which has its own thread. The link to that thread's download page is give at the end of the first page in each of the EEby...tool's threads [including EEbyLathe!].

                                          So get the zipped set, and install all of the EEby...tools, files and folders as directed - and you'll get the whole EEby...toolset which includes EEbyLathe 🤓

                                          TIG

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • M 離線
                                            mrossk
                                            最後由 編輯

                                            First off, let me say thank you for all the great tools. I just discovered this EEbyLathe. I seem to have an issue if one of the edges of my face is along the blue axis and is unbroken, and I rotate along the blue axis as well. The extruded shape does not end in a face, it is "hollow." If I change the shape that is along the axis of rotation it ends in a face as expected. Is there something I'm doing wrong?
                                            Thanks for your help,
                                            Michael


                                            eebl exp.jpg

                                            https://www.mkaplanfinefurniture.com/

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

                                            Advertisement