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

    [Plugin] ExtrudeTools - Full Set

    Scheduled Pinned Locked Moved Plugins
    636 Posts 178 Posters 740.2k Views 175 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.
    • T Offline
      tengel07
      last edited by

      Buggy as usual: Does not work on my System...
      I try extrude edges by face like on the "demo video" and noting happens...

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

        Give more information about what you are trying to accomplish. Share the SKP file. Are you still using SketchUp 8 as your profile indicates?

        Etaoin Shrdlu

        %

        (THERE'S NO PLACE LIKE)

        G28 X0.0 Y0.0 Z0.0

        M30

        %

        1 Reply Last reply Reply Quote 0
        • nattapakN Offline
          nattapak
          last edited by

          Help after install plugin it not show some botton in menu
          https://drive.google.com/open?id=113EzBbH7gcpXdKlOl4sHkWx7ad7umls7

          And this my
          https://drive.google.com/open?id=11SG2HjjJhEJtNNilD0VoFmGOsh3NCDzj

          plz help me how i can install full menu ?

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

            @nattapak said:

            plz help me how i can install full menu ?

            Your images are not showing up. Please upload them using Upload Attachment below the reply window.

            What version of SketchUp are you using? Is it still SketchUp 8 as indicated in your profile?

            Etaoin Shrdlu

            %

            (THERE'S NO PLACE LIKE)

            G28 X0.0 Y0.0 Z0.0

            M30

            %

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

              Here are the missing images...
              Capture.JPG
              Capture2.JPG
              I expect this relates to this https://sketchucation.com/forums/viewtopic.php?p=645437#p645437
              I removed one of the tools because it became incompatible with newer SketchUp versions [and would have needed a complete re-coding], but there are alternatives...

              TIG

              1 Reply Last reply Reply Quote 0
              • G Offline
                GigaG
                last edited by

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

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

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

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

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

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

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

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

                                I'll test it and come back...

                                TIG

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

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

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

                                      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 Reply Last reply Reply Quote 0
                                      • BoxB Offline
                                        Box
                                        last edited by Rich O Brien

                                        This is it in Real Time

                                        8mCxtx4.gif

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

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

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

                                            Advertisement