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

    Medeek Wall Plugin

    Scheduled Pinned Locked Moved Plugins
    1.5k Posts 27 Posters 991.0k Views 26 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.
    • medeekM Offline
      medeek
      last edited by

      I had a request yesterday for multiple rows of blocking/nogging. A typical example might be a 12 ft. wall with a row of blocking every 4 ft.:

      http://design.medeek.com/resources/images/wall_su267_800.jpg

      My idea on this is to add two additional parameters to the blocking module/UI:

      Number of Rows: 1,2,3 or 4
      Row Spacing: inches or mm

      The vertical parameter that already exists will position the first row vertically in the wall and then the next rows of blocking will be arrayed upward by the row spacing and number of rows.

      For now I am omitting blocking over and under opening but that will probably need to change with multiple rows of blocking.

      Multiple rows of blocks is going to get a bit heavy in the model but you have to give people what they want.

      Thoughts?

      Nathaniel P. Wilkerson PE
      Medeek Engineering Inc
      design.medeek.com

      1 Reply Last reply Reply Quote 0
      • medeekM Offline
        medeek
        last edited by

        Version 0.9.9f - 11.08.2018

        • Added two additional parameters for mid-span blocking to enable multiple rows of blocking in a wall panel.
        • Added two parameters (number of rows, row spacing) for blocking into the Walls tab of the global settings.

        http://design.medeek.com/resources/images/wall_su268_800.jpg

        http://design.medeek.com/resources/images/wall_su269_800.jpg

        There may be an issue with previously created wall presets due to the addition of more parameters to the wall panel dictionary module. The number of parameters now stored for a preset is 97.

        I am also wondering if anyone would be interested in having me publish the attribute library for the wall panels. This would allow other developers to potentially access and modify the Medeek wall panels with their own plugins or have their plugins interact with the Wall plugin.

        Nathaniel P. Wilkerson PE
        Medeek Engineering Inc
        design.medeek.com

        1 Reply Last reply Reply Quote 0
        • medeekM Offline
          medeek
          last edited by

          Version 0.9.9g - 11.09.2018

          • Added the Australian/New Zealand I-Beam (Universal Beam - UB) as another steel beam option in the beam module. (27 different sizes)

          http://design.medeek.com/resources/images/wall_su270_800.jpg

          I also spent some time cleaning up this module a bit today and tightening things up. It's amazing how you are able to condense your code when you spend a few minutes and really work at it.

          I've also made it much easier to add in new schedules/lists of different beam types and sizes. I still need to add in many more beam sizes for the metric world (or just make it completely open ended so the user can define their own sizes).

          Nathaniel P. Wilkerson PE
          Medeek Engineering Inc
          design.medeek.com

          1 Reply Last reply Reply Quote 0
          • medeekM Offline
            medeek
            last edited by

            Version 0.9.9h - 11.10.2018

            • Added hollow structural section beams (HSS) to the beam module.

            http://design.medeek.com/resources/images/wall_su271_800.jpg

            This profile is not used as commonly as the wide flange however in specific situations it has its advantages due to its torsional capabilities.

            Nathaniel P. Wilkerson PE
            Medeek Engineering Inc
            design.medeek.com

            1 Reply Last reply Reply Quote 0
            • medeekM Offline
              medeek
              last edited by

              Technical discussion about groups vs. components here:

              Link Preview Image
              Group Name or Description

              I’ve been in the habit of setting both the name and description for a group but really only ohe of these parameters is being displayed as the Instance name in the Entity Info tray. So where or how is the description fie…

              favicon

              SketchUp Community (forums.sketchup.com)

              This is related to the way I am handling certain elements such as studs, blocking, insulation and other arrayed building elements.

              Nathaniel P. Wilkerson PE
              Medeek Engineering Inc
              design.medeek.com

              1 Reply Last reply Reply Quote 0
              • medeekM Offline
                medeek
                last edited by

                Currently in the plugin I have only implemented the California Corner (as we Americans call it) or Energy Corner for corner treatment however there are number of ways to handle corners.

                https://design.medeek.com/resources/framing/FRAMING_CORNERS.pdf

                I have been requested by a potential client to enable the following corner type: "Solid corner with short blocks". For a deeper wall sometimes two rows of blocks are used (2x6 wall) rather than one.

                I can implement the solid corner however I need some more information:

                1.) If you use blocking rather than a full stud how do you determine the length of the blocks and the number of blocks in a given wall height? Is there any rule of thumb with this? I just need to come up with a reasonable algorithm.

                2.) Is the blocking typically the same dimensional lumber as the studs?

                Nathaniel P. Wilkerson PE
                Medeek Engineering Inc
                design.medeek.com

                1 Reply Last reply Reply Quote 0
                • medeekM Offline
                  medeek
                  last edited by

                  For wall corners I will be adding in the following additional corner treatments:

                  • 3 Stud Solid
                  • 4 Stud Solid
                  • 3 Stud Block
                  • 4 Stud Block

                  When the user sets the number of studs for the corner on anything other than one, that setting will override the corner treatment for the above corner treatment types. However this is not the case for the California corner (however I may change it in the future if it makes sense to).

                  These algorithm can get a bit complicated due to the number of permutations possible when you start mixing up corner treatments and multi-stud corners for shearwalls.

                  The problem I find with California Corners is that it does not provide very good backing for ext. outside corners when it comes to siding and trim. However it certainly is better for insulation and much easier on the electricians.

                  There does not seem to be any hard and fast rule on the length of blocks used but it seems to average between 12" to 14", so I will set my algorithm to a max. block length of 14" . So for example a 96" wall will have four blocks at 13.714".

                  Nathaniel P. Wilkerson PE
                  Medeek Engineering Inc
                  design.medeek.com

                  1 Reply Last reply Reply Quote 0
                  • medeekM Offline
                    medeek
                    last edited by

                    Version 0.9.9j - 11.13.2018

                    • Added the following corner treatments: 3 Stud Solid, 4 Stud Solid, 3 Stud Block, 4 Stud Block, U-Cal
                    • Enabled a parameter in the General tab of the global settings to toggle the labeling of groups.

                    http://design.medeek.com/resources/images/wall_su275_800.jpg

                    I also addressed some minor issues with the way blocking and insulation interact with the corner treatments. Its seems I have that ironed out now and much less likely to generate geometry that clashes.

                    http://design.medeek.com/resources/images/wall_su277_800.jpg

                    I don't know how commonly the U-shape California Corner (U-Cal) is used (shown above) but I really like the fact that it offers more nailing surface for ext. trim and siding. I've had a few requests for it as well, so being as it was not too hard to include I added it in. There are now seven possible corner treatments for walls, the other two are California or None.

                    http://design.medeek.com/resources/images/wall_su274_800.jpg

                    I typically like to name all of the groups I create within the assemblies however there may be some who do not want this behaviour and so I have made it optional.

                    Nathaniel P. Wilkerson PE
                    Medeek Engineering Inc
                    design.medeek.com

                    1 Reply Last reply Reply Quote 0
                    • medeekM Offline
                      medeek
                      last edited by

                      Version 0.9.9k - 11.15.2018

                      • Added the ability to import materials directly from the model within the Custom Material Libary/Manager in the global settings.
                      • Provided an additional parameter in the Wall Corners tab of the global settings for setting the thickness of corner blocking (3 and 4 Stud Block corner treatment only).

                      http://design.medeek.com/resources/images/wall_su278_800.jpg

                      With this latest update the tutorial on the Material Manager is somewhat out-of-date/obsolete. However the basic functionality has not changed, I've really only added one additional action.

                      http://design.medeek.com/resources/images/wall_su279_800.jpg

                      The ability to customize the blocking on these corner treatments was per a request from one of our Australian clients. I've added a tooltip in the global settings to more fully explain the usage of this parameter.

                      Now back to the big items on the list.

                      Nathaniel P. Wilkerson PE
                      Medeek Engineering Inc
                      design.medeek.com

                      1 Reply Last reply Reply Quote 0
                      • medeekM Offline
                        medeek
                        last edited by

                        Some of you may have noticed the difference in the way materials are handled between the garage doors and man doors. The method being used in the garage door module is the new and improved method. I will be updating both the man door module and the window module to this new system which incorporates the materials in the Custom Material Library.

                        Also at some point I need to switch the draw door, draw window and draw garage door menus to HTML. As always, never a dull moment and way too much to do.

                        Nathaniel P. Wilkerson PE
                        Medeek Engineering Inc
                        design.medeek.com

                        1 Reply Last reply Reply Quote 0
                        • medeekM Offline
                          medeek
                          last edited by

                          Per customer request the available sizes of Wide Flange Steel Beams will be increased to the following:

                          W8x10
                          W8x13
                          W8x15
                          W8x18
                          W8x21

                          W10x12
                          W10x15
                          W10x17
                          W10x19

                          W12x14
                          W12x16
                          W12x19
                          W12x22

                          W14x22
                          W14x26
                          W14x30
                          W14x34

                          W16x26
                          W16x31
                          W16x36
                          W16x40

                          W18x35
                          W18x40
                          W18x46
                          W18x50

                          W21x44
                          W21x50
                          W21x57
                          W21x62

                          W24x55
                          W24x62
                          W24x68
                          W24x76

                          Nathaniel P. Wilkerson PE
                          Medeek Engineering Inc
                          design.medeek.com

                          1 Reply Last reply Reply Quote 0
                          • medeekM Offline
                            medeek
                            last edited by

                            Version 0.9.9i - 11.10.2018

                            • Added angle iron (L) beams to the beam module.
                            • Added fillet radiuses to wide flange (W) and universal (UB) beams.

                            http://design.medeek.com/resources/images/wall_su272_800.jpg

                            Nine different beam types with two series of wide flange beams (W and UB).

                            http://design.medeek.com/resources/images/wall_su273_800.jpg

                            Aside from residential structures one could also use the beam module to create various structural steel assemblies, however that is not really the purpose or target audience for this module.

                            I added the fillets to the wide flange profiles per customer requests. The primary reason for including this information it to better predict and check bolt patterns that are on the web of the beam(s). Fillet radiuses are per the various standards.

                            I haven't take the time yet to add in the few hundred standard sizes from my steel manual but as time allows I will continue to populate these fields. Also if there is specific requests for sizes or series of beam types I will accommodate those requests.

                            View model here:

                            Link Preview Image
                            3D Warehouse

                            3D Warehouse is a website of searchable, pre-made 3D models that works seamlessly with SketchUp.

                            favicon

                            (3dwarehouse.sketchup.com)

                            Nathaniel P. Wilkerson PE
                            Medeek Engineering Inc
                            design.medeek.com

                            1 Reply Last reply Reply Quote 0
                            • medeekM Offline
                              medeek
                              last edited by

                              I been thinking about putting on a weekly one hour webinar where I can demonstrate the latest features of the plugin and then take additional questions from the audience. Would there be any interest in this?

                              Nathaniel P. Wilkerson PE
                              Medeek Engineering Inc
                              design.medeek.com

                              1 Reply Last reply Reply Quote 0
                              • medeekM Offline
                                medeek
                                last edited by

                                Version 0.9.9l - 11.16.2018

                                • Added an option to include 2D wall geometry in 3D modes (Framing, No Framing, CMU).
                                • Added an additional layer for 2D geometry.
                                • Added customizable colors for labels, 2D wall geometry, and 2D features (windows, doors, columns etc...)

                                http://design.medeek.com/resources/images/wall_su280_800.jpg

                                http://design.medeek.com/resources/images/wall_su281_800.jpg

                                http://design.medeek.com/resources/images/wall_su282_800.jpg

                                The custom colors for the labels, and 2D geometry is per a discussion with a client today. Hopefully this upgrade will help facilitate bringing the 2D geometry into layout for creating floor plans.

                                Nathaniel P. Wilkerson PE
                                Medeek Engineering Inc
                                design.medeek.com

                                1 Reply Last reply Reply Quote 0
                                • medeekM Offline
                                  medeek
                                  last edited by

                                  On a related note I just noticed John Brock's new book has been released:

                                  Amazon.com

                                  favicon

                                  (www.amazon.com)

                                  I think this will be a seminal work on incorporating SketchUp into the residential design process. I've already gone ahead and pre-ordered my copy.

                                  Nathaniel P. Wilkerson PE
                                  Medeek Engineering Inc
                                  design.medeek.com

                                  1 Reply Last reply Reply Quote 0
                                  • medeekM Offline
                                    medeek
                                    last edited by

                                    First look at the output of the Stair Module:

                                    http://design.medeek.com/resources/images/wall_su283_800.jpg

                                    Note, that only straight runs of stairs will be available for now, however it is possible to create L and U shaped staircases just by combining straight runs as shown and framing in a landing.

                                    View model here:

                                    Link Preview Image
                                    3D Warehouse

                                    3D Warehouse is a website of searchable, pre-made 3D models that works seamlessly with SketchUp.

                                    favicon

                                    (3dwarehouse.sketchup.com)

                                    I will probably need one more day to fine tune it completely and finish adding in the hanger board and landing tread advanced options.

                                    Future advanced options will be landings, hand rails, skirt boards etc...

                                    The stringer algorithm is really the core of the module and drives everything else. The logic was not nearly as complex as I initially thought it might be, regardless it was a blast to work through it and turn the math into reality.

                                    http://design.medeek.com/resources/images/wall_su284_800.jpg

                                    Nathaniel P. Wilkerson PE
                                    Medeek Engineering Inc
                                    design.medeek.com

                                    1 Reply Last reply Reply Quote 0
                                    • medeekM Offline
                                      medeek
                                      last edited by

                                      Had to jump through a few hoops to get the materials/textures to all work out correctly but I'm pretty pleased with the way its coming together:

                                      http://design.medeek.com/resources/images/wall_su285_800.jpg

                                      LVL stringers with timber (wood grain) risers and treads.

                                      Nathaniel P. Wilkerson PE
                                      Medeek Engineering Inc
                                      design.medeek.com

                                      1 Reply Last reply Reply Quote 0
                                      • pbacotP Offline
                                        pbacot
                                        last edited by

                                        Wow! Looks great!

                                        MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

                                        1 Reply Last reply Reply Quote 0
                                        • medeekM Offline
                                          medeek
                                          last edited by

                                          Version 0.9.9m - 11.21.2018

                                          • Added the stair module (straight run only) with the following advanced options: thrust block, landing tread, hanger board.

                                          Hanger Board and Landing Tread:

                                          http://design.medeek.com/resources/images/wall_su287_800.jpg

                                          Landing Tread:

                                          http://design.medeek.com/resources/images/wall_su286_800.jpg

                                          There are quite a few options with the stair module so I will need to make another tutorial video explaining the usage of these parameters. I have provided tool tips next to each option in the draw and edit menus to help explain what each is.

                                          A few items with the draw tool:

                                          1.) First select the top of the stairs location and then select a point for the bottom of the stairs. The preview wireframe should be fairly explanatory as to the location and geometry of the stairs that will be created.

                                          2.) Once the first point is selected you can lock to an orthogonal axis (0, 45, 90, 135 deg.) or direction by repeatedly clicking the "Ctrl" key.

                                          3.) Once the first point is selected you can also toggle the placement of the stairs by repeatedly clicking the down arrow. The justification is: Center, Left, or Right.

                                          4.) As with the other HTML draw menus, you update/change your parameters and then click the Update button to make them live. You can leave the menu open while drawing your stairs. Hitting the space bar will exit the tool, hitting the ESC key will reset the tool.

                                          With the draw and edit menus you will notice that for the tread and riser material you also have the option of utilizing materials found in your custom library. The stringer material is limited to certain specific material types (at least for now).

                                          This is a completely new module so I expect there may be some minor issues and additional features that will be requested.

                                          I still need to create the global settings tab for the stairs so that default parameters can be set for each option. However, it is not critical to the function of the module.

                                          Nathaniel P. Wilkerson PE
                                          Medeek Engineering Inc
                                          design.medeek.com

                                          1 Reply Last reply Reply Quote 0
                                          • medeekM Offline
                                            medeek
                                            last edited by

                                            Honestly, another plugin with plugin on this one. I could have added it to the Truss Plugin or even separated it out as its own plugin, for now though it will live within the Wall Plugin. The code base is logically separated from the rest of the plugin so moving it would be a non-issue if the time comes.

                                            I think you use this module once and you will never go back to manually creating stairs or laying out stringers again. I know I certainly won't. The automation afforded by the API is stroke of genius, with it almost anything can be created. At some point I really want to try out my artificial life experiment that I've been mulling about for a while now.

                                            Nathaniel P. Wilkerson PE
                                            Medeek Engineering Inc
                                            design.medeek.com

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 27
                                            • 28
                                            • 29
                                            • 30
                                            • 31
                                            • 73
                                            • 74
                                            • 29 / 74
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement