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.
    • jujuJ Offline
      juju
      last edited by

      @medeek said:

      Any suggestions?

      my 10c (excl. taxes)

      The external user editable file is a great idea, but looking at the TXT file example I don't think someone will want to play with it, it's not clear what the various parameters each do (it might be to some though).

      Perhaps consider writing a multi-platform app that interpret all of it (read and write) with a friendly user interface. I guess this brings you back to the extension really then? Keeping the external file with the saved settings would still be handy and can be readily backed up.

      If you really want to have the parameters manually editable, perhaps a comprehensive guide would be sufficient? You don't need to teach construction or regulations, just explain (with examples perhaps) what the various parameters do.

      Save the Earth, it's the only planet with chocolate.

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

        I’m thinking I could probably preserve my overall system as is and just use a custom text method rather than JSON or some other more cumbersome system.

        I agree the current text file only includes the value and not the key so it is hard to interpret even for myself.

        Essentially the first two parameters would remain the same (ie. preset number and preset name).

        However all of the other entries (that are deliminated by the vertical bars) would change from a simple value to a key/value pair.

        For example instead of

        |Int-Ext|

        I would change it to

        |walltype=Int-Ext|

        The equal sign would become the secondary deliminator. I can still store the entire string as a single line in my text files however it will become approximately double in length (no big deal).

        I can then split the string into an array and then run a foreach on the array and turn it into a hash, from there it is just a matter of pulling data from the the hash.

        Any thoughts on this plan and possible flaws I may have overlooked?

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

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

          Stacked windows and doors have been a topic a few times on this thread and I have incrementally improved the algorithms so that the plugin can deal with them.

          However there still exists the situation where you have openings stacked that are not aligned or possibly the same size:

          https://aws1.discourse-cdn.com/sketchup/original/3X/7/0/70c93c65fd1c86468ffa1e7bc43ea030e7b4e8c6.jpeg

          My feeling is one should avoid this type of situation in ones design but apparently it comes up often enough that I find myself fielding questions on how best to deal with this type of configuration. Currently the easiest way to deal with it is to use the Trim and Split tool available in Truss plugin so that you end up with something like this:

          https://aws1.discourse-cdn.com/sketchup/original/3X/b/0/b04c7aef4320cd284cfccfa2d5bbef21b627525d.jpeg

          The problem with this is that we are now back to manual edits and we lose the parametrics of the plugin, so the solution is not really acceptable for many, myself included.

          1.) My first question is how common is this sort of thing and is it something I should worry about? No point in spending a lot of time on a specific framing situation that is only the concern of less that 5% of the user base.

          2.) The next question assuming that question #1 is the affirmative is how best to frame out this sort of situation. Is what I have in the second screenshot the correct way to handle this?

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

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

            Tutorial 22 - Wall Copy Tool (6:21 min.)

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

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

              Version 2.2.6 - 08.01.2021

              • Fixed a minor bug with tee intersections for all wall types.

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

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

                Version 2.2.7 - 08.03.2021

                • Added insulation to the Medeek Estimator for rectangular walls.

                http://design.medeek.com/resources/wallplugin/images2/wall_su567_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

                  Version 2.2.8 - 08.04.2021

                  • Fixed a bug with blocking and insulation for portal frame garage doors within rectangular walls.

                  http://design.medeek.com/resources/wallplugin/images2/wall_su568_800.jpg

                  Portal frames add a good deal of complexity to the framing, blocking and insulation. Some of the details were not completely worked out previously. I think I now have most if not all of these issues addressed.

                  I also may need to spend some additional time on the holdown placement when multiple portal frames are adjacent to each other like in the example shown.

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

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

                    mdkBIM Tutorial 1: Modeling a Two Car Detached Garage (41:14 min.)

                    A few issues popped out during the making of this tutorial:

                    1.) Portal frame holdown placement, custom deletion and redundancy, feedback required.
                    2.) Wall copy tool did not copy the insulation option setting.
                    3.) The insulation algorithm seems inconsistent when dealing with tee intersections.

                    View garage 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

                      Version 2.2.9 - 08.06.2021

                      • Fixed a bug with framing, blocking and insulation for tee intersections for all wall types.
                      • Fixed a minor bug with six panel doors when the door vertical offset is a non-zero value.

                      http://design.medeek.com/resources/wallplugin/images2/wall_su569_800.jpg

                      This resolves the issue #3 noted in the recent mdkBIM tutorial. I would highly recommend installing this latest update.

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

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

                        Version 2.3.0 - 08.08.2021

                        • Fixed a bug with wall presets for rectangular walls.

                        !!!! CRITICAL BUG FIX !!!!
                        If you are using wall presets with rectangular walls and have upgraded to Version 2.2.4 or later then you will want to upgrade to this latest version which rectifies a bug introduced in Version 2.2.4.

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

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

                          Version 2.3.1 - 08.09.2021

                          • Added a vertical offset parameter for cladding material for gable walls.
                          • Added a vertical offset parameter for "Log" and "Shiplap" cladding materials for gable walls.
                          • Added a horizontal offset parameter for cladding material for gable walls.
                          • Added a horizontal offset parameter for "Board and Batten" and "Metal" 3D cladding materials for gable walls.

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

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

                            Version 2.3.2 - 08.12.2021

                            • Added a vertical offset parameter for cladding material for shed and hip walls.
                            • Added a vertical offset parameter for "Log" and "Shiplap" cladding materials for shed and hip walls.
                            • Added a horizontal offset parameter for cladding material for shed and hip walls.
                            • Added a horizontal offset parameter for "Board and Batten" and "Metal" 3D cladding materials for shed and hip walls.

                            Some rather tedious code updates but important that these wall types have all the options of the rectangular wall type.

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

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

                              Version 2.3.3 - 08.17.2021

                              • Fixed a minor bug with sliding glass doors when the door vertical offset is a non-zero value.

                              http://design.medeek.com/resources/wallplugin/images2/wall_su570_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

                                Version 2.3.4 - 08.18.2021

                                • Added logic into the add and edit menus to prevent users from using single and double quotes in beam and header names.
                                • Added logic into all HTML menus to prevent users from using vertical bars in beam and header names and within preset names.

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

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

                                  Version 2.3.5 - 08.21.2021

                                  • Fixed a bug with Simpson Strong Walls when "Terminal" wall end conditions are used in a wall assembly.
                                  • Modified the "Edit Wall Assembly" context menu tool so that it behaves similar to the "Edit Wall" tool.
                                  • Fixed a bug with the wall stretch tool so it now allows for wall stretch or shrinks that are less than 3".
                                  • Enabled spaced headers (2 ply or 3 ply) for windows, doors and garages by using the key word "FILL" in the header description.

                                  http://design.medeek.com/resources/wallplugin/images2/wall_su571_800.jpg

                                  http://design.medeek.com/resources/wallplugin/images2/wall_su572_800.jpg

                                  *Note, that the header must by a 2 ply or 3 ply header to use a spacer as shown. Also the header description must include a string in this format "FILL_OSB_0.375" or "FILL_PLY_0.4375". The second term is either OSB or PLY which will determine the material to use as the spacer. The third term is the thickness of the spacer (ie. 0.25, 0.375, 0.4375, 0.5 etc...). In a metric template you can specify the spacer thickness in millimeters instead of inches.

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

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

                                    Version 2.3.6 - 08.23.2021

                                    • Enabled a trim option for wrapped free standing columns.

                                    http://design.medeek.com/resources/wallplugin/images2/wall_su573_800.jpg

                                    The trim combined with the cap or astragal can give even more variations.

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

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

                                      Version 2.3.7 - 08.28.2021

                                      • Added gable walls to the Medeek Estimator.
                                      • Fixed a MacOS/Windows bug with the wall justification hotkey for all wall types.

                                      I still need to add in Shed and Hip walls but it will go much quicker now that I have the gable walls as a template.

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

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

                                        Version 2.3.8 - 08.29.2021

                                        • Added shed and hip walls to the Medeek Estimator.
                                        • Adjusted the auto-corner configuration algorithm to better predict terminal wall configurations when three walls come together at an inside or outside corner.

                                        When multiple walls come together at a corner or junction it is arguably quite hard to predict the intent and desired configuration of the builder/designer/user.

                                        I think what I have now addresses the immediate issue where a tee intersection was being created instead of a terminal connection, per the previous discussion.

                                        I will need to continue to test this new algorithm further (put it through its paces) and also receive additional feedback from users. If you notice anything that appears unpredictable or counter-intuitive please feel free to email me so we can discuss.

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

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

                                          Version 2.3.9 - 08.31.2021

                                          • Added a window clearance (shim space) parameter within the Windows tab of the Globals Settings.

                                          http://design.medeek.com/resources/wallplugin/images2/wall_su574_800.jpg

                                          Previously the shim space or window clearance was hard coded in as 1/4" or 6.35mm. Now the user can customize this clearance between the rough opening framing and the window frame. If you do adjust this parameter you will probably also want to adjust the Window Trim Inset parameter so it matches, this way the window trim will butt up against the window frame tight.

                                          This was a user requested update from New Zealand.

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

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

                                            Version 2.4.0 - 09.01.2021

                                            • Fixed a bug with spaced headers when applied to trapezoidal windows.

                                            http://design.medeek.com/resources/wallplugin/images2/wall_su575_800.jpg

                                            This bug fix only applies to window headers since there are no sloped headers for doors or garage doors. This fix applies to 2-ply and 3-ply spaced headers.

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

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 53
                                            • 54
                                            • 55
                                            • 56
                                            • 57
                                            • 73
                                            • 74
                                            • 55 / 74
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement