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

      Version 1.4.2 - 05.14.2020

      • Added a layer for posts to the advanced layer options (Layer tab of the global settings).
      • Added a layer for blocking to the advanced layer options (Layer tab of the global settings).

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

        First look at the blocking toolbar:

        wall_blocking_su_menu_active.jpg

        I will also be removing the Fixtures toolbar from the Wall plugin, this toolbar will become part of the upcoming Medeek Interior plugin.

        wall_fixtures_su_menu_active.jpg

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

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

          My intent is to have the blocking tool place the blocks within the wall panel assembly/group. However would there be a case where the user would want to create the blocks as stand alone entities outside of any wall, roof or floor assembly?

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

          1 Reply Last reply Reply Quote 0
          • jujuJ Offline
            juju
            last edited by

            @medeek said:

            My intent is to have the blocking tool place the blocks within the wall panel assembly/group. However would there be a case where the user would want to create the blocks as stand alone entities outside of any wall, roof or floor assembly?

            Probably only if you're adding an additional low level wall with some ledge or similar, which wouldn't normally form part of the usual wall.

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

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

              Version 1.4.3 - 05.17.2020

              • Added a blocking tool/module for inserting custom blocks into Medeek walls, roofs, floors or generic groups.
              • Added the Blocking toolbar and icons.
              • Removed the Fixtures toolbar and icons.

              http://design.medeek.com/resources/wallplugin/images/wall_su357_800.jpg

              Note, that the blocking is automatically retained within the wall, roof or floor assembly after a regen or edit of the primary assembly.

              After selecting the first point one can toggle the positioning of the blocking with the "Ctrl" key. There are nine possible positions the block can be inserted at.

              The blocking is placed on the framing layer unless the advanced layers are turned on, in which it is placed on a specific blocking layer.

              I will be releasing a tutorial video shortly on this new tool.

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

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

                After putting this new tool through its paces for a few more minutes it immediately jumps out at me that it would be really nice to have a hot key for toggling the rotation (zero or ninety). For other custom rotations the user can simply key in the desire rotation in the menu.

                What key should I use to toggle the rotation? I’m already using the Ctrl key to toggle placement location.

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

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

                  TAB ?
                  But remember that you need to spot it using onKeyUp, because onKeyDown with TAB fails on MACs...

                  TIG

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

                    Version 1.4.3b - 05.17.2020

                    • Added the "Shift" hotkey to the blocking draw tool in order to toggle the block rotation between zero and ninety degrees.

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

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

                      Tutorial 12 - Blocking (12:42 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 1.4.4 - 05.24.2020

                        • Added I-Joist blocks to the the blocking module: TJI, BCI, LPI, Red-I, PKI.

                        http://design.medeek.com/resources/wallplugin/images/wall_su358_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 1.4.5 - 05.29.2020

                          • Fixed a number of minor issues with the ladder blocking option for tee intersections.
                          • Tee intersection blocking is now assigned to the blocking layer if the advanced layer option is turned on.

                          If you are using ladder blocking for your tee intersections then I consider this to be a critical update.

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

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

                            I'd love to know how you organize your work. There must be some times when you circle back to fix stuff but it sure seems like you take on a task and work at it very efficiently until done! Good job all around!

                            MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

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

                              @pbacot said:

                              I'd love to know how you organize your work. There must be some times when you circle back to fix stuff but it sure seems like you take on a task and work at it very efficiently until done! Good job all around!

                              With coding its fairly simple, you decide on a task or project and then you do your best to complete it in one go. The problem with jumping around between tasks is that a lot of what I do requires some very deep levels of concentration, some of the code can get very complex and it is hard to really understand it unless you are completely absorbed and focused.

                              In fact, some of it is so complex (even though I do my best to document it liberally) that after leaving that piece of code for couple of months it is hard to come back to it and understand what exactly I did. In some cases it requires me to essentially re-learn portions of my code. That is the reason why once I get started on a module I pound on it hard for a few days. It is very inefficient to have to come back to partially finished code and essentially restart (sometimes it's unavoidable).

                              What I choose to work on is largely dictated by the users of the plugins. Currently bug fixes are taking priority, however once I start on a major upgrade I usually cease to work on any bug fixes until that module or upgrade is complete. Even after I move on to another project if an additional feature becomes necessary or is requested for a recently completed module I will usually immediately return to that chunk of code and implement that feature. Again, the reason for this is because the code is still fresh in my mind so it is the path of least resistance.

                              As they say the squeaky wheel gets the grease. If I get enough requests for a specific feature and it appears to make sense within the scope of the plugin(s) then I will usually push that item to the top of the list and do my best to complete it as soon as possible.

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

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

                                Thank you! Nice explanation!

                                MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

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

                                  Version 1.4.6 - 05.30.2020

                                  • Enabled the "Wall Stretch" tool within the Medeek Wall Tools toolbar.

                                  http://design.medeek.com/resources/wallplugin/images/wall_su359_800.jpg

                                  Note that this tool can be used to either shrink or stretch a wall panel. Instructions for use below:

                                  1.) Select tool (click stretch wall icon)
                                  2.) Select the wall panel you want to modify.
                                  3.) Select either the start or end of the wall panel (red or green circle).
                                  4.) Position cursor to either shrink or stretch wall panel.

                                  Also note that this tool will not adjust adjacent wall panels even if they are connected at the corners to the wall panel being modified. This is by design. I will release a tutorial shortly explaining the reasoning behind this behavior.

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

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

                                    Shrinking a wall:

                                    wall_stretch.gif

                                    Click on the image to view animation.

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

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

                                      Tutorial 13 - Stretch Wall Tool (7:41 min.)

                                      The audio is a little strange in this video, not sure why, I will check the audio out in more detail for future videos.

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

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

                                        Version 1.4.7 - 06.02.2020

                                        • Enabled the "Wall Join" tool within the Medeek Wall Tools toolbar.

                                        Note, that to join two walls they must be colinear and their START and END points must be coincidental.

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

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

                                          Tutorial 14 - Join Wall Tool (5:54 min.)

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

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

                                            Updated todo list (as of June 3, 2020):

                                            1.) Gable and Shed Walls
                                            2.) Move the Estimating module to the new Medeek Project extension, and further develop this module as it relates to the wall plugin.
                                            3.) Complete the Wall Join tool.
                                            4.) Convert the Window, Door and Garage Door Draw menus to HTML.
                                            5.) Move the Fixtures module to a the new Medeek Interior extension.
                                            6.) Compete the standalone columns/post tool.
                                            6b) Classical columns for the post tool.

                                            7.) Start work on the integrated Medeek Engineering extension, start with window and door headers for vertical loads.
                                            8.) A generic Blocking module.
                                            9.) Transom windows above doors with and without sidelites.
                                            10.) Shear Wall module which will ultimately integrate with the engineering plugin.
                                            11.) Complete the Wall Stretch tool.
                                            12.) Additional door and window types as requested (eg. bi-fold, sliding glass, double and triple single hung windows).
                                            13.) Spend some time on the new tabs in the global settings, currently showing an Under Construction sign.
                                            14.) Presets for Windows, Door and Garage Doors
                                            15.) Making the Window and Door modules work with generic walls, not just Medeek walls.
                                            16.) Multi-layer gypsum
                                            17.) Stair module permutations: U, L, T etc…
                                            18.) Further “idiot” proofing of the plugins: (zero value, nil values, checking for impossible geometry, etc…)
                                            19.) Wall Justification
                                            20.) Interior trim added to Medeek Interior extension.

                                            Highlighted items have been recently completed.

                                            This list does not include many other minor feature additions and bugs fixes, more details can be found here:

                                            Medeek Design Inc. - Medeek Wall Plugin Changelog

                                            Medeek Design Inc. - Medeek Wall Plugin Changelog

                                            favicon

                                            (design.medeek.com)

                                            So far this year (2020) I’ve made 30 major revision upgrades to the plugin. Last year was only about half this amount as most of my attention was focused on upgrades to the Foundation plugin, the release of the new Electrical plugin and a concentrated effort on the complex roof module towards the end of 2019.

                                            Always onward and upward.

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

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 41
                                            • 42
                                            • 43
                                            • 44
                                            • 45
                                            • 73
                                            • 74
                                            • 43 / 74
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement