sketchucation logo sketchucation
    • Login
    ⌛ Sale Ending | 30% Off Profile Builder 4 ends 30th September

    Medeek Engineering

    Scheduled Pinned Locked Moved Plugins
    35 Posts 4 Posters 9.8k Views 3 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

      First look at the shear and moment diagrams being generated by the report generator. It took me most of yesterday and today to learn the ropes of Chart.js, an open source charting library for Javascript. It's not perfect but it does seem to get the job done. My only real issues with it is that I still can't figure out how to make it render to a higher resolution (300 dpi for printing purposes). The sample below is a screenshot of the PDF that is printed from the HTML output.

      eng_su20_800.jpg

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

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

        I am using the stiffness method per Ch. 15 of R.C. Hibbeler’s book, Structural Analysis. For intermediate loads between supports I use (FEM) fixed end moments. I’m actually still working on the matrix analysis piece. I’ve got point loads pretty much in place I’ve just got to implement distributed loads next. I suppose I could have it generate the entire polynomial for both shear and the moments since I am generating them for each applied load, it is probably just matter of using superposition on them as well.

        Here is a first look at the ability to switch between various load cases for the deflection graph:

        LOADCASES.gif

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

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

          Overhanging beams with point loads now check out. Once again ChatGPT to the rescue to help debug my syntax and even debug my actual algorithms. This AI stuff is getting crazy good, sometimes it makes mistakes but then it is able to reason and catch itself, it's uncanny.

          Now I just need to debug for uniform distributed loads on overhanging beams. Then it is on to the actual engineering portion (AWC stuff for wood) and some final formatting of the PDF/HTML report.

          I'm also not entirely satisfied with the clunkiness of the tools used to move and create the supports, some improvements on this end are needed. A load/support copy tool would be really nice, rather than having to create completely new loads and supports from scratch.

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

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

            First look at partial UDLs with overhangs:

            eng_su46_800.jpg eng_su47_800.jpg eng_su48_800.jpg

            So with that I think the basic nuts and bolts of the matrix analysis engine is in place and functioning pretty much as expected. Of course it will probably be a few more days or even weeks before I am able to put out every little fire that may be burning undetected thus far, but we will see.

            Now I will turn my attention to the following items on the todo list:

            1.) Try to fix the truncation in the shear graph so that vertical jumps actually are vertical.
            2.) Add in the standard engineering checks for wood beams (glulam, lumber, timber, LVL, SCL and PSL)
            3.) Finish the formatting and layout of the HTML report. I may also include an option between a condensed report and a detailed report (or that may come later).

            Things that are not specifically on the todo list but are interesting:

            • Add in fixed and partially fixed supports, currently every support is assumed pinned.
            • Engineering for steel beams
            • Trapezoidal distributed loads
            • Moment loads

            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.8.1 - 09.07.2025

              • Developed the matrix analysis engine for the beam calculator using the stiffness method.
              • Added a load diagram to the beam report.
              • Added shear and moment graph to the beam report.
              • Added a deflection graph to the beam report.

              The engineering report is still not complete however by rolling this beta release I can allow potential users of this plugin the ability to test it out and assist in the debugging. The plugin can be directly downloaded from this link:

              http://design.medeek.com/calculator/sketchup/medeek_engineering_ext.rbz

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

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

                Version 0.8.2 - 09.09.2025

                • Enabled loads and reactions (values) within the load diagram.
                • Fixed a bug with end supports that are not centered on the start or end of the beam.
                • Improved the formatting logic (SVG and HTML) for the load diagram.

                eng_su49_800.jpg

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

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

                  Working on assembling the actual engineering part of the report now, adjustment factors, shear, moments, deflection and bearing checks.

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

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

                    First look at the bearing check:

                    eng_su52_800.jpg

                    I also need to update my disclaimer, the disclaimer shown is for my previous online calculator, it needs some changes.

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

                    1 Reply Last reply Reply Quote 2
                    • gullfoG Offline
                      gullfo
                      last edited by

                      yeah i think keeping the disclaimer a bit more succinct - the first sentence, skip the next two, and keep the rest plus you might include the user assumes all liability for the use of this report blah blah blah.

                      Glenn

                      http://www.runnel.com

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

                        Spent the last two days adding in some additional code so that the vertical jumps in the shear graph (at point loads and supports) are actually vertical. It was a bit more complicated than I originally bargained on but I think I finally have it figured out:

                        eng_su66_800.jpg

                        ​The code seems fairly robust but tomorrow I will throw the kitchen sink at it to see if I can find any weaknesses in the algorithm.

                        I have't been posting much lately but that is because I've had my head buried in the code. Most of this engineering code is completely new (not my typical plugin stuff) so there is no refactoring old code or any other shortcuts I can take. Some of the old beam calculator is relevant however since it was so limited in its application I'm kind of on my own with this new calculator.

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

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

                          The vertical jumps now look at lot better. So far it seems pretty solid:

                          eng_su70_800.jpg

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

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

                          Advertisement