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

    [Plugin] ExtrudeTools - Full Set

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

      Is there an equivalent to something like "Extrude edges by loft to lattice", to make a lattice out of more than 2 cross-sections?

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

        Great plugin, great work. Migrated from another, that was with 2020 buggy and like it a lot!

        Is there a way how to disable popup prompts (reverse faces and group)?

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

          If you want to suppress those message-boxes you need to edit the RB scripts' code [using a plain-text editor like Notepad++ which can show language syntax, line-numbers etc].

          Adding a # at the start of the line making part of the message stops it running...
          Adding =begin then =end after a few lines disables those line...
          You might also need to add something to mimic an answer in some cases...

          e.g. extrudeEdgesByRails.rb
          line #868
          if UI.messagebox((db("Extrude Edges by Rails:"))+"\n\n"+(db("Reverse Faces ?"))+"\n\n\n\n",MB_YESNO,"")==6 ### 6=YES 7=NO
          to line #885
          could be recast
          **=begin** if UI.messagebox((db("Extrude Edges by Rails:"))+"\n\n"+(db("Reverse Faces ?"))+"\n\n\n\n",MB_YESNO,"")==6 ### 6=YES 7=NO .... **=end**
          so that none of those lines run as the code loads [or just add a # at the start of every line you want to omit - which might be clearer to check]

          Do the editing for every prompt you want to miss out...

          Any error-messages you get about the code when restarting SketchUp will show you where you've gone wrong ! They give a line-number which helps...

          Do it a few steps at a time otherwise you'll have a massive ball of twine to untangle !!

          TIG

          1 條回覆 最後回覆 回覆 引用 0
          • 8 離線
            8enoit
            最後由 編輯

            Hi,

            After using the tool "Extude edges by vector", I noticed that the info window was corrupted: it is frozen and displays the info of the selected object just before extruding.
            Bug?

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

              I don't see that.
              I assume you mean the Entity Info display ?
              The selected geometry is initially listed in the Info and the selection changes to show just the extrude edges as you continue...
              It's as expected ??

              TIG

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

                I see the Entity Info continuing to show the curve info as if it was selected after it isn't selected.

                Click on the picture.
                edges by v.gif

                It actually remains until some new geometry is created.

                Not sure if this is caused by your extension or by some change in SketchUp's code but I haven't found another example. It doesn't happen in other tools like Extrude Edges by Rails, for example.

                Etaoin Shrdlu

                %

                (THERE'S NO PLACE LIKE)

                G28 X0.0 Y0.0 Z0.0

                M30

                %

                1 條回覆 最後回覆 回覆 引用 0
                • 8 離線
                  8enoit
                  最後由 編輯

                  @tig said:

                  I don't see that.
                  I assume you mean the Entity Info display ?

                  Yes

                  I relaunched Sketchup. The problem is gone. 😳
                  Sorry !

                  1 條回覆 最後回覆 回覆 引用 0
                  • L 離線
                    lgrahm
                    最後由 編輯

                    After installing SketchUp 2023 I find that Extrude Edges By Rails to Lattice will freeze.
                    It will let me select profiles and rails, but when the dialog box says Extrusion Type it will freeze and I have to restart SketchUp.
                    /Lars

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

                      I'll test it and come back...

                      TIG

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

                        Works fine for me...
                        What is the form you are trying to make ?
                        What are the settings ?
                        Are you sure you're picking the profile, then two rails etc, in the correct order...
                        Can you post some screenshots or even the SKP [purged] with settings used...

                        TIG

                        1 條回覆 最後回覆 回覆 引用 0
                        • L 離線
                          lgrahm
                          最後由 編輯

                          Extrude tools.jpg

                          This is the step where I´ve been having trouble. But now I've found out that it doesn't necessarily freeze forever. Sometimes when I wait for some five minutes it will "unfreeze" and run. Another way to work around is to leave SketchUp and go to some other app and then return again - and Voilá - the tool will run.
                          So I guess it's more of a problem with my computer than with the software.
                          Many thanks for taking your time, TIG!

                          1 條回覆 最後回覆 回覆 引用 0
                          • L 離線
                            lgrahm
                            最後由 編輯

                            This is the SketchUp-file where I've been experimenting with Extrude Edges by Rails to Lattice.
                            If anyone wants to proof check the file.
                            /Lars


                            Test extrude tools.skp

                            1 條回覆 最後回覆 回覆 引用 0
                            • BoxB 線上
                              Box
                              最後由 Rich O Brien 編輯

                              This is it in Real Time

                              8mCxtx4.gif

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

                                Tried your file and EEbyRailsToLattice works just as I'd expect with hardly any time lag etc...
                                Just like Box who pipped me to the post !

                                TIG

                                1 條回覆 最後回覆 回覆 引用 0
                                • BoxB 線上
                                  Box
                                  最後由 編輯

                                  One thing I see from your screenshot is that you must have the display settings way above normal, the text doesn't fit in the box and the tiny crosses are huge.
                                  How this may be affecting things I don't know.

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • L 離線
                                    lgrahm
                                    最後由 編輯

                                    Thank you Box and TIG for help and efforts
                                    I suppose the configuration of my computer is the problem. And since the computer is managed, there is very little I can do. But at least I know where the problem lies and fortunately I've also found a workaround.
                                    /Lars

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • S 離線
                                      s2044842 Newcomers
                                      最後由 編輯

                                      Hello,
                                      Every time i try to download the plug-in, this comes up, and I get nothing. Do you know what is wrong with my software?


                                      I am currently using SketchUp Pro 2022

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

                                        Your browser's settings are incorrect.
                                        You do not download & open an extension's RBZ file, only a SKP will open OK with SketchUp.
                                        Your browser's download options are set wrong, a RBZ will never open in SketchUp.
                                        Change the browser's file-associations for RBZ files in your browser's setting to 'download'.
                                        Then simply download it onto your computer - typically into your Downloads folder.
                                        You now need to install the RBZ in SketchUp.
                                        Open SketchUp and use its Extension Manager's dialog's Install button, find the RBZ in the file-browser which will open, and SketchUp then installs it for you, automatically putting files and related subfolders into the correct locations in your Plugins subfolder.
                                        Restart SketchUp to sync everything...

                                        TIG

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

                                          Thank you all

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

                                            Does this plugin work in Sketchup 2022?

                                            I have tried installing it, no errors appears, but the plugin doesn't show up in the toolbar, and it doesn't appear in the list of plugins to add to the toolbar.

                                            Thank you.

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 28
                                            • 29
                                            • 30
                                            • 31
                                            • 32
                                            • 31 / 32
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement