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

    3D Truss Models

    已排程 已置頂 已鎖定 已移動 Plugins
    1.5k 貼文 31 Posters 869.7k 瀏覽 30 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • medeekM 離線
      medeek
      最後由 編輯

      Version 3.2.9c - 08.30.2023

      • Fixed the non-orthogonal rafter framing bug for complex roofs.

      http://design.medeek.com/resources/trussplugin/images3/truss_su795_800.jpg

      I think I have finally resolved the confounded non-orthogonal rafter framing issue (it has been almost two years). It turns out the fix was simply replacing a complex piece of logic with two lines of code, sometimes simple is better.

      I highly recommend updating to this latest release. I apologize that it has taken this long to rectify the issue, I was made aware of it about 18 months ago but it has taken me a while to circle back and determine the cause and then the solution. Thank-you everyone for your patience.

      P.S.
      After testing non-orthogonal roofs this afternoon I realized that it would be handy to have the ability to custom offset the rafter spacing for each roof plane. Sometimes the algorithm is not smart enough to correctly position the rafter exactly where one might want them. I will give this some additional consideration.

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

      1 條回覆 最後回覆 回覆 引用 0
      • gullfoG 離線
        gullfo
        最後由 編輯

        or you'd run a "nailer" rafter between them for the rafters to attach too as expecting them to line up o.c. with differing roofs is low. if you were manually building it, you'd want a common nailer along that line to attach to while keep o.c. spacing. more complex roofs - each roof section is its own assembly if the single common nailer doesn't work.

        Glenn

        http://www.runnel.com

        1 條回覆 最後回覆 回覆 引用 0
        • medeekM 離線
          medeek
          最後由 編輯

          Version 3.3.0 - 08.31.2023

          • Added a rafter offset parameter for complex roof framing.
          • Fixed a minor bug with complex roof framing for half hip roofs set to custom pitches.

          http://design.medeek.com/resources/trussplugin/images3/truss_su796_800.jpg

          The rafter offset parameter will now allow the user to offset the rafter framing any custom amount (positive or negative) for each roof plane independently.

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

          1 條回覆 最後回覆 回覆 引用 0
          • medeekM 離線
            medeek
            最後由 編輯

            First look at a complex roof with the hips, flying hips and valleys drawn. The framing module still has quite a ways to go but at least this is a start on these elements:

            https://global.discourse-cdn.com/sketchup/original/3X/f/3/f3cbc0d8ad266ba2322be0b5a3950a074a814a45.jpeg

            truss_su799_800.jpg

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

            1 條回覆 最後回覆 回覆 引用 0
            • medeekM 離線
              medeek
              最後由 編輯

              Version 3.3.1 - 09.03.2023

              • Added a hip, valley and flying hip rafters to the complex roof framing module.

              http://design.medeek.com/resources/trussplugin/images3/truss_su802_800.jpg

              The first thing you will notice is that the upper ends of the hip and valley rafters are not correctly trimmed, only the bottom ends. Also flying hips are not trimmed on their upper or lower ends. The trimming algorithm for these rafters is the next thing on my todo list.

              Unlike the lower end trimming, the upper end will require a much more sophisticated algorithm so it may take some time. The problem really is that there a number of possibilities for termination and the plugin needs to be be able to check for all of those possibilities. No one said complex roof are easy.

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

              1 條回覆 最後回覆 回覆 引用 0
              • medeekM 離線
                medeek
                最後由 編輯

                Version 3.3.1b - 09.04.2023

                • Refined the framing algorithm for hip, valley and flying hip rafters.

                http://design.medeek.com/resources/trussplugin/images3/truss_su804_800.jpg

                All of the major framing members are now being drawn however the trimming of certain rafters is still not quite correct, further refinement and correction will be necessary.

                I've also noticed that with certain large roof planes an occasional stray edge is generated (or left behind when the roof primitive is created), I will need to look into this further and rectify the issue. It does not appear to be a critical error but it does effectively split the roof plane into to separate faces which then makes the plugin treat the roof plane as two separate faces.

                With the flying hips terminating adjacent to valley rafters I'm not entirely sure how that is typically framed.

                Please download and test this latest release and then email me comments or suggestions directly.

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

                1 條回覆 最後回覆 回覆 引用 0
                • medeekM 離線
                  medeek
                  最後由 編輯

                  Version 3.3.1c - 09.05.2023

                  • Minor bug fix within the rafter framing module for complex roofs.

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

                  1 條回覆 最後回覆 回覆 引用 0
                  • medeekM 離線
                    medeek
                    最後由 編輯

                    Version 3.3.1d - 09.09.2023

                    • Fixed a bug within the global settings for complex roofs.
                    • Updated the straight skeleton algorithm to better remove redundant edges within roof planes/faces.
                    • Improved the robustness of the complex roof module (framing and cladding) for specific cases.

                    http://design.medeek.com/resources/trussplugin/images3/truss_su806_800.jpg

                    The complex roof module is now a bit more robust than it was and should be able to handle more cases than it did previously.

                    However there still does exist the special cases where the fascia line is not all on one level that is still not possible to draw. The discussion on that topic is presented in this video:

                    Hip and Ridge is still pending. Previously I was unable to fully work out the algorithm in order to deal specifically with flying hips. I will need to give this another hard look and see if my topological problem solving skills have improved since 2021.

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

                    1 條回覆 最後回覆 回覆 引用 0
                    • medeekM 離線
                      medeek
                      最後由 編輯

                      Version 3.3.2 - 09.17.2023

                      • Added statistics for complex roofs (Medeek Estimator integration).

                      http://design.medeek.com/resources/trussplugin/images4/truss_su809_800.jpg

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

                      1 條回覆 最後回覆 回覆 引用 0
                      • medeekM 離線
                        medeek
                        最後由 編輯

                        Tutorial 25: Estimating Complex Roofs (13:13 min.)

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

                        1 條回覆 最後回覆 回覆 引用 0
                        • medeekM 離線
                          medeek
                          最後由 編輯

                          Version 3.3.3 - 09.22.2023

                          • Improved the responsiveness of the "Edit Roof Plane" tool and the "Move Roof Edge" tool for complex roofs.

                          Previously when a complex roof was positioned on top of any wall assemblies and either of the two tools mentioned above were executed there existed the possibility of collinear edges with the roof assembly and the wall assemblies below. This conflict would then not allow one to properly select the desired roof edge unless the wall assemblies were hidden, or put on a hidden tag/layer. This fix should mitigate that problem and allow one to select a roof edge (on the roof outline) without having to take that additional step.

                          I highly recommend upgrading to this latest version if you are using complex roofs.

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

                          1 條回覆 最後回覆 回覆 引用 0
                          • medeekM 離線
                            medeek
                            最後由 編輯

                            Version 3.3.4- 10.01.2023

                            • Added a "Complex Roof" tab to the Global Settings.
                            • Added a "Roof Framing" and "Advanced Options" parameter to the Complex Roof tab of the Global Settings.
                            • Added a "Primitive" option to the roof framing parameter within the Draw and Edit menus for complex roofs.
                            • Enabled the Up Arrow key as a method to toggle between "face" or "polygon" mode within the complex roof draw tool.

                            Tutorial 26: Complex Roof Primitives (6:42 min.)

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

                            1 條回覆 最後回覆 回覆 引用 0
                            • medeekM 離線
                              medeek
                              最後由 編輯

                              Version 3.3.4b - 10.02.2023

                              • Added a "Draw Mode" parameter to the Complex Roof tab of the Global Settings.
                              • Enabled a vertex (roof plane) selection method within the face selection algorithm of the Draw tool for complex roofs.

                              Tutorial 27: Drawing Complex Roofs (6:01 min.)

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

                              1 條回覆 最後回覆 回覆 引用 0
                              • medeekM 離線
                                medeek
                                最後由 編輯

                                Tutorial 28: Drawing Complex Gable Roofs (4:16 min.)

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

                                1 條回覆 最後回覆 回覆 引用 0
                                • medeekM 離線
                                  medeek
                                  最後由 編輯

                                  Version 3.3.5 - 10.06.2023

                                  • Sheathing Vertical Offset parameters added for common and monopitch trusses.
                                  • Cladding Vertical Offset parameters added for common and monopitch trusses.

                                  http://design.medeek.com/resources/trussplugin/images4/truss_su814_800.jpg

                                  http://design.medeek.com/resources/trussplugin/images4/truss_su815_800.jpg

                                  By customer request.

                                  This feature is already implemented within the Wall plugin so it is about time that I bring the Truss plugin up to speed as well. I think these four parameters are self explanatory enough that I don't need a tutorial video but if I do please let me know.

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

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • medeekM 離線
                                    medeek
                                    最後由 編輯

                                    Tutorial 29: Vertical Offset of Sheathing and Cladding (13:26 min.)

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

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • medeekM 離線
                                      medeek
                                      最後由 編輯

                                      I still need to come up with a good porch module for wrap around porches and the like, but in the meantime with some careful use of the SUBTRACT function one can get pretty close:

                                      https://global.discourse-cdn.com/sketchup/original/3X/0/9/09f9f559c4c6f61f5a0612816fcb524005805248.jpeg

                                      https://global.discourse-cdn.com/sketchup/original/3X/f/7/f73652609dcf04402c42a15847acad918669fae4.jpeg

                                      The model can be viewed 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 條回覆 最後回覆 回覆 引用 0
                                      • medeekM 離線
                                        medeek
                                        最後由 編輯

                                        Version 3.3.7 - 10.29.2023

                                        • Enabled the "Edit Truss Assembly" function for symmetric cathedral trusses (imperial and metric units).
                                        • Added ceiling gypsum for symmetric cathedral trusses.
                                        • Fixed a minor bug with parellel chord trusses.

                                        http://design.medeek.com/resources/trussplugin/images4/truss_su819_800.jpg

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

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • medeekM 離線
                                          medeek
                                          最後由 編輯

                                          Version 3.3.9 - 12.30.2023

                                          • Updated and improved the license verification module.
                                          • Disabled redundant logging to improve plugin performance.

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

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • medeekM 離線
                                            medeek
                                            最後由 編輯

                                            Version 3.4.0 - 01.11.2024

                                            • Added a "Primitive" option to the roof framing parameter within the Draw and Edit menus for the following rafter roofs: Gable, Shed, Shed (with ledger), Hip.
                                            • Added lower pitches to the draw menus for the following rafter roofs: Gable, Shed, Shed (with ledger), Hip.

                                            http://design.medeek.com/resources/trussplugin/images4/truss_su821_800.jpg

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

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 71
                                            • 72
                                            • 73
                                            • 74
                                            • 75
                                            • 73 / 75
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement