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

    [Plugin] Deck Builder (Updated 23-Jun-2015)

    Scheduled Pinned Locked Moved Plugins
    56 Posts 19 Posters 50.4k Views 19 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.
    • BoxB Offline
      Box
      last edited by

      Can you have a look at the toolbar settings, it seems you have it set to open the toolbar every time SU starts. So even if you have closed the toolbar it will reinitialize at the next start up. Slightly annoying.

      1 Reply Last reply Reply Quote 0
      • sdmitchS Offline
        sdmitch
        last edited by

        @box said:

        Can you have a look at the toolbar settings, it seems you have it set to open the toolbar every time SU starts. So even if you have closed the toolbar it will reinitialize at the next start up. Slightly annoying.

        If you don't want the toolbar to show on start up find this line

        	cmd.tooltip="Deck Builder";tb.add_item cmd;tb.show
        
        

        and replace it with this line

        	cmd.tooltip="Deck Builder";tb.add_item cmd;#tb.show
        
        

        The Toolbar will be created but not automatically displayed.

        Nothing is worthless, it can always be used as a bad example.

        http://sdmitch.blogspot.com/

        1 Reply Last reply Reply Quote 0
        • BoxB Offline
          Box
          last edited by

          Thanks for that, it certainly works. I would have thought it would be the default setting, after all if you turn it off you would expect it to stay turned off.

          1 Reply Last reply Reply Quote 0
          • sdmitchS Offline
            sdmitch
            last edited by

            @box said:

            Thanks for that, it certainly works. I would have thought it would be the default setting, after all if you turn it off you would expect it to stay turned off.

            Perhaps, but few things will persist from session to session.

            Nothing is worthless, it can always be used as a bad example.

            http://sdmitch.blogspot.com/

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

              The "user-friendly" way to have your script's loader setup its toolbar so that it opens when its first installed, and then subsequently so it only opens if the user had it open when they last exited SketchUp, is simply done thus:
              cmd.tooltip="Deck Builder";tb.add_item cmd;tb.show **if tb.get_last_state.abs==1** #TB_VISIBLE/NEVER
              This way, if the toolbar was switched off by the user when they exited SketchUp it will not get re-opened as the plugin loads next time...

              TIG

              1 Reply Last reply Reply Quote 0
              • sdmitchS Offline
                sdmitch
                last edited by

                @tig said:

                The "user-friendly" way to have your script's loader setup its toolbar so that it opens when its first installed, and then subsequently so it only opens if the user had it open when they last exited SketchUp, is simply done thus:
                cmd.tooltip="Deck Builder";tb.add_item cmd;tb.show **if tb.get_last_state.abs==1** #TB_VISIBLE/NEVER
                This way, if the toolbar was switched off by the user when they exited SketchUp it will not get re-opened as the plugin loads next time...

                Thanks for the info. I still have so much to learn.

                Nothing is worthless, it can always be used as a bad example.

                http://sdmitch.blogspot.com/

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

                  Nice tool for deck builders.

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    Marauderr
                    last edited by

                    I am new at this and this is my first plugin i try,

                    I can open the deck builder and select the options i want but i dont understand how to make it happen, there is no OK or Cancel Button to click on? so how to make it happen, what is the secret door i use to get there

                    LOL

                    Thank You
                    N.

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

                      Try having a look at the author's tutorial which you can find on the page he links at the bottom of his posts. Lots of other very useful plugins with tutorials to be found there, too.

                      Etaoin Shrdlu

                      %

                      (THERE'S NO PLACE LIKE)

                      G28 X0.0 Y0.0 Z0.0

                      M30

                      %

                      1 Reply Last reply Reply Quote 0
                      • E Offline
                        eddie
                        last edited by

                        Great plugin! But why have the geometry be individual groups instead of components? Doesnt this bloat the file size and make revising cumbersome??

                        1 Reply Last reply Reply Quote 0
                        • sdmitchS Offline
                          sdmitch
                          last edited by

                          @eddie said:

                          Great plugin! But why have the geometry be individual groups instead of components? Doesnt this bloat the file size and make revising cumbersome??

                          Based on my tests, there is little difference in the file size groups versus component instances. Since each deck is different, it only made sense to use components for the spindles and group everything else.

                          Nothing is worthless, it can always be used as a bad example.

                          http://sdmitch.blogspot.com/

                          1 Reply Last reply Reply Quote 0
                          • naivejoeN Offline
                            naivejoe
                            last edited by

                            Nice Plugin. It worked as advertised the first time I used it but then I tested the rotation feature and now it won't change back. All decks are drawn with the joists going parallel to the long direction of the face, the deck boards the short way. I've re-installed, restarted and purged IE.
                            Rotation stays set at 0 no matter which option is chosen, which is how it worked from first install.
                            Any help?

                            1 Reply Last reply Reply Quote 0
                            • naivejoeN Offline
                              naivejoe
                              last edited by

                              Nice Plugin. It worked as advertised the first time I used it and then I decided to test the rotation feature and now it won't change back. All decks are drawn with the joists going parallel to the long direction of the face, the deck boards the short way. I've re-installed, restarted and purged IE.
                              Rotation stays set at 0 no matter which option is chosen, which is how it worked from first install.
                              Any help?

                              1 Reply Last reply Reply Quote 0
                              • sdmitchS Offline
                                sdmitch
                                last edited by

                                @naivejoe said:

                                Nice Plugin. It worked as advertised the first time I used it and then I decided to test the rotation feature and now it won't change back. All decks are drawn with the joists going parallel to the long direction of the face, the deck boards the short way. I've re-installed, restarted and purged IE.
                                Rotation stays set at 0 no matter which option is chosen, which is how it worked from first install.
                                Any help?

                                Sorry about the delay in responding but I just found your post the morning. After looking at the plugin there was a problem with the Rotation section. It has been corrected and posted so you can download a new copy.

                                Nothing is worthless, it can always be used as a bad example.

                                http://sdmitch.blogspot.com/

                                1 Reply Last reply Reply Quote 0
                                • pilouP Offline
                                  pilou
                                  last edited by

                                  Always magic! 😎

                                  always_magic.jpg

                                  Frenchy Pilou
                                  Is beautiful that please without concept!
                                  My Little site :)

                                  1 Reply Last reply Reply Quote 0
                                  • sdmitchS Offline
                                    sdmitch
                                    last edited by

                                    @pilou said:

                                    Always magic! 😎

                                    [attachment=0:qjr36ocf]<!-- ia0 -->always_magic.jpg<!-- ia0 -->[/attachment:qjr36ocf]

                                    An always the most bazaar shape.

                                    Nothing is worthless, it can always be used as a bad example.

                                    http://sdmitch.blogspot.com/

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

                                      You didn't actually install the extension. Mike, the file downloads with the extension .rbz. Since you have it downloaded, move it out of the Plugins folder and put it back in Downloads or where ever downloaded files are saved. Then open SketchUp, go to Window>Preferences>Extensions and click the Install Extension button. Navigate to the saved file, select it and choose Open. Click on the affirmative responses after that and close the Preferences file. It should then be available.

                                      Etaoin Shrdlu

                                      %

                                      (THERE'S NO PLACE LIKE)

                                      G28 X0.0 Y0.0 Z0.0

                                      M30

                                      %

                                      1 Reply Last reply Reply Quote 0
                                      • M Offline
                                        mikedd
                                        last edited by

                                        I downloaded your file and placed it in my plugins folder but it is not showing up in Sketchup anywhere. I have Sketchup 8 on windows 10.

                                        Excuse me I did it been a long time since I used sketchup, time to give it a whirl.

                                        1 Reply Last reply Reply Quote 0
                                        • pilouP Offline
                                          pilou
                                          last edited by

                                          https://s6.postimg.org/dvdk9ehe9/Sans_titre_11.jpg

                                          It's a pity that is not component! πŸ€“
                                          We are obliged to make some acrobatic physic exploit for change something! πŸ˜„

                                          Here SU4 by SUForYou to Components who can apply a "component" (module on the left down) to a selection of faces with automatic scale! 😎
                                          The task is on the selection!
                                          As it's only "Group" the module component must be inside the group
                                          then selection of faces can begin!
                                          something like this: parallal view - side view - XRay - selection left to right ...

                                          Here the view (old conceptual image) is a little cheating! 4 faces was selected : I was speedy! πŸ’š
                                          (visible on the first piece)

                                          https://s6.postimg.org/tzr8uimxd/bidouille.jpg

                                          Frenchy Pilou
                                          Is beautiful that please without concept!
                                          My Little site :)

                                          1 Reply Last reply Reply Quote 0
                                          • pilouP Offline
                                            pilou
                                            last edited by

                                            Seems there is a glitch with the 2017! πŸ˜‰
                                            (works fine in 2016) πŸ‘
                                            Have happy coding! 😎

                                            deck_glitch.jpg


                                            dech2016.skp

                                            Frenchy Pilou
                                            Is beautiful that please without concept!
                                            My Little site :)

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement