sketchucation logo sketchucation
    • Login
    1. Home
    2. medeek
    3. Posts
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    Urasik Extensions | Lots of new extensions to check out Learn More
    Offline
    • Profile
    • Following 0
    • Followers 3
    • Topics 66
    • Posts 3,425
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Medeek Wall Plugin

      Version 4.5.7 - 05.26.2026

      • Enabled presets for posts.
      • Added the following L.J. Smith handrail profiles: 684, LJ6011, LJ6A10.

      For those interested I am pulling all of my handrail geometry from LJ Smith's webpage at the following link:

      Link Preview Image
      Handrails — L.J. Smith Stair Systems

      Our 33 wooden stair handrails provide plenty of options from which to choose. Many profiles are also available in bending rail for applications requiring curved hand railing.

      favicon

      L.J. Smith Stair Systems (www.ljsmith.com)

      wall_su1146_800.jpg

      posted in Plugins
      medeekM
      medeek
    • RE: Medeek Wall Plugin

      Version 4.5.6b - 05.25.2026

      • Enabled presets for stairs.

      wall_su1145_800.jpg

      posted in Plugins
      medeekM
      medeek
    • RE: Medeek Wall Plugin

      Version 4.5.6 - 05.25.2026

      • Enabled presets for beams.
      • Enabled presets for in-wall columns.

      wall_su1143_800.jpg

      wall_su1144_800.jpg

      posted in Plugins
      medeekM
      medeek
    • RE: Medeek Wall Plugin

      Version 4.5.5 - 05.24.2026

      • Enabled presets for railings within the draw and edit menus.
      posted in Plugins
      medeekM
      medeek
    • RE: Medeek Wall Plugin

      Version 4.5.4b - 05.22.2026

      • Fixed a bug in the railing toolbar with metric units.
      • Added preview thumbnails into the stair draw and edit menus.
      • Added the following L.J. Smith handrail profiles: LJ6203, LJ6400, LJ6601, LJ6701.

      wall_su1142_800.jpg

      posted in Plugins
      medeekM
      medeek
    • RE: Medeek Wall Plugin

      Version 4.5.4 - 05.22.2026

      • Added an option for a top and a bottom baluster shoe.
      • The top baluster shoe can be controlled with the additional "shoe height" parameter, which in turn allows for baluster collars.
      • Added the shoerail offset parameter to vertically offset the shoerail.
      • Fixed a bug in the railing edit menu with metric units.

      wall_su1139_800.jpg wall_su1140_800.jpg wall_su1141_800.jpg

      posted in Plugins
      medeekM
      medeek
    • RE: Medeek Wall Plugin

      Version 4.5.3 - 05.21.2026

      • Added an inset option for in-wall columns.
      • Added preview thumbnails into the railing draw and edit menus.
      • Added a toggle option for the auto-rotation of corner posts within the draw and edit menus of the railing module.

      wall_su1137_800.jpg wall_su1138_800.jpg

      posted in Plugins
      medeekM
      medeek
    • RE: 3D Truss Models

      Version 3.8.2 - 05.17.2026

      • Cleaned up the filed and folder structure of the complex roof module.
      • Enabled the truss template in the complex roof module.
      • Added a "Roof Family" parameter into the draw and edit menus of the complex roof module.
      • The complex roof edit menu now displays and allows configuration of custom roof planes.
      posted in Plugins
      medeekM
      medeek
    • RE: MUZWalls v2.0 — parametric walls, openings, and one-click takeoff (built by an architect)

      You do realize that the Medeek Wall plugin can operate in "No Framing" mode, all of the internal framing in a wall is replaced with a simple solid group. I think I put out a video explaining this about a year ago.

      I am curious though to see how your extension works with interacting walls (ie. corners and tee intersections).

      posted in Plugins
      medeekM
      medeek
    • RE: 3D Truss Models

      Version 3.8.1 - 05.13.2026

      • Enabled a second layer of wall sheathing for common and scissor trusses.
      • Enabled XPS (blue, green, pink and grey), ISO, EPS, GPS, and PU foam insulation within the wall sheathing and wall sheathing 2 options.
      posted in Plugins
      medeekM
      medeek
    • RE: 3D Truss Models

      Each girder will break up the roof outline into zones. Then using a combo of boolean subtraction and intersection we should be able to generate this as a starting point:

      truss_su934_800.jpg truss_su935_800.jpg truss_su936_800.jpg

      The blue shaded truss outlines are the girders, the purple shaded are the trusses requiring a further subtraction step to make the correction for the valley truss sets, notice the third purple truss from the right.

      Basically I'm walking you through my algorithm for generating the truss geometry data so I can then draw each truss. As you can see this is not a trivial process. Lots of steps and lots of "edge cases" that can potentially trip it up. That is what I mean when I say the devil is in the details. However if the basic algorithm is sound one should be able to add in logic to deal with the issues and in the end you end up with a robust piece of code. These are the kinds of things that keep me up at night.

      Based on these slices we should be able to extract the key geometric points that define each truss and then send that data to the separate truss "draw" algorithm which sorts out all the messy details on how to place the webs, plates and all that fun stuff.

      posted in Plugins
      medeekM
      medeek
    • RE: 3D Truss Models

      Here is a simple schematic of a slightly more convoluted roof to try and understand the methodology a bit better:

      truss_su933_800.jpg

      The two girders in the center of the structure could probably be combined into one larger girder, but maybe it is better to distribute the loads across to trusses instead of one. The shaded areas are the valley sets or overframing required to fill in the voids.

      This design requires 10 main girders and 5 cross girders. Notice how there is a hip truss at each outside corner and a half valley set at each inside corner. When to inside corners are symmetric we end up with a full valley set.

      Based on these patterns that are emerging I might be able to auto place the girders or at least provide an initial placement which then can be further refined by the user.

      posted in Plugins
      medeekM
      medeek
    • RE: 3D Truss Models

      The proper way to truss out the previous L-shaped roof would be the use of a “half valley”. I’ve never actually seen one of these framed up in real life but based on the layout drawings I’ve seen I know they exist. If some one has some additional shop drawing, images or even truss layouts of these (shaded red in the model below) please send me some examples.

      truss_su926_800.jpg truss_su927_800.jpg truss_su928_800.jpg

      posted in Plugins
      medeekM
      medeek
    • RE: 3D Truss Models

      Here is an excellent example of a complex roof that involves multiple girders and overframing using valley sets:

      Capture1.JPG

      What I find particularly interesting with this case is the use of the half valley set on the right hand side. Why is this? This is cause for more investigation.

      TS231065-Roof-Truss-Layout-1024x663.jpg

      This next one is a bit confusing because it shows multiple levels of roofs, but the doubled up hip is what is most interesting, specifically trusses 08 being carried by the cross girder 14 which is then carried by girder 04. The shaded region over this section is to be framed onsite per the notes, or optionally one could valley truss this out with a half valley set, I’m starting to see a pattern here and I think I know why.

      posted in Plugins
      medeekM
      medeek
    • RE: 3D Truss Models

      I've been pondering how to control the truss layout of these complex roofs and after much thought and sleeping on the problem for a night I've come to the conclusion that for all but the simplest roof types (gable or half hip both ends on a rectangular footprint) there needs to be user specified girder trusses.

      Even the simplest hip roof (rectangular, hip both ends) needs two girder trusses. The algorithm should be smart enough to detect the layout in such a simple case but even so the setback of those girder trusses will have to be user controlled. With my existing hip set tools this is provided as a simple numeric value since the location and orientation of the hip girders is already determined.

      When you move to complex roofs the location of the girders becomes completely open ended. In other words we have too many degrees of freedom to confidently compute the solution. You can't solve a multi-variable math problem if you have more variables than you have constraints or equations. That is the nature of this beast.

      My thinking is this:

      1.) The user creates the perimeter or outline of the complex truss roof just as one currently does with the complex rafter module. The general roof shape and secondary features are generated (ie. sub-fascia, sheathing, cladding, gutter, soffit and fascia etc...), however the actual truss framing is not generated with this initial creation step.

      2.) Next, the user clicks the girder truss creation tool which allows one to add in specific girder trusses between any two points within the roof outline (layer). The algorithm will require that the two endpoints of the new girder either terminate on the perimeter or along the length of an existing girder. Obviously the new girder cannot have both of its points on a perimeter edge or another girder, so that check will be built in. An HTML dialog box will allow the user to set a number of properties of the girder (ie. 2-ply, top chord depth, bottom chord depth, truss configuration, panel number for hip girders etc...)

      3.) Once the girders are set then a context menu option will allow the user to attempt to generate the actual truss framing. If the girder layout is inconsistent, or illogical it will fail and display the applicable warning to the user. I'm still feeling this one out a bit so there may be an additional step where the user determines the rotation of the trusses in each zone created by the girder trusses.

      I think I can make this work but only time and some extensively testing will tell. I think the concept is fundamentally sound but as I've learned in the past with other programming problems, the devil is in the details

      posted in Plugins
      medeekM
      medeek
    • RE: 3D Truss Models

      Here is another example, a much simpler L-shaped footprint with one main girder and three hip girders:

      truss_su924_800.jpg

      Even this roof has a suspect truss (shaded red), that I am uncertain about. Arguably this one is so simple one could truncate the smaller hip set and then run a valley set up onto the main roof (hip set). However without any overframing I think this is what you end up with. The irregular trusses are shaded in purple and have had their webbing removed.

      truss_su925_800.jpg

      If anyone has some truss layout plans (PDF) for complex roofs that they would not mind sharing with me that would be very much appreciated. I am specifically looking for a full set, ie. the truss layout and then the shop plans that show each truss profile. I need to study this further.

      posted in Plugins
      medeekM
      medeek
    • RE: 3D Truss Models

      I've had a couple requests in the last week that I finish the Complex Truss module. The last time I worked in earnest on the complex roof module was about four years ago now. At that time my attempts to come up with a successful algorithm for laying out the trusses were not successful.

      I thought I might revisit the topic again today with the additional interest shown. However after giving this some thought and creating some various tests I'm still not sure how to do it. Additionally even if I did create an algorithm it would need to be able to handle some interesting cases and do a number of checks.

      Case in point look at the roof below, manually framed with simplified truss place holders. I've provided the rafter framing for comparison (automatically produced by the complex rafter module). This would be your typical complex roof, lots of roof planes and no apparent good method to truss it out. My problem is the red colored truss, it is too shallow in a couple spots.

      I guess what I'm saying is that even if I create an algorithm which can get one to this point, I still don't even know if it is correct or will work. I would love to gather some feedback and thoughts on how to frame this out with trusses from those who are working or have worked in the industry.

      truss_su917_800.jpg truss_su918_800.jpg truss_su919_800.jpg truss_su920_800.jpg truss_su921_800.jpg truss_su922_800.jpg truss_su923_800.jpg

      posted in Plugins
      medeekM
      medeek
    • RE: Medeek Stair

      Version 4.5.2b - 05.09.2026

      • Added the following (L.J. Smith) rosettes: LJ7037, LJ7027, LJ7026, LJ7033.
      • Fixed a floating point rounding error in the "Move Segment" tool.
      • Enabled handrailing fittings (ie. rosettes) for the start and end of a handrail when no post at these locations is selected.
      • Added a left and right half-post component into the newel post library.

      stair_su032_800.jpg

      stair_su033_800.jpg

      stair_su035_800.jpg

      I tested out a half post because I've seen stair railings that terminate like the image below:

      stair_su034_800.jpg

      posted in Plugins
      medeekM
      medeek
    • RE: Medeek Stair

      Tutorial 86: Stair Railing

      posted in Plugins
      medeekM
      medeek
    • RE: Medeek Stair

      Version 4.5.2 - 05.08.2026

      • Added the following tools to the Medeek Wall Stairs toolbar: Draw Railing, Edit Railing, Move Railing.
      • Enabled the railing tool/module, added railing type: balustrade (stair rail).
      • Added various handrail fittings (OTP) for the LJ6000 series handrail: M0209, M0219, M0220, M0211_L, M0211_R, M0211_135_L, M0211_135_R, M0221_L, M0221_R, M0221_135_L, M0221_135_R.
      • Added the following (L.J. Smith) shoerail profiles: LJ6000S, LJ6001S, LJ6006S, LJ6045S.

      M0221_L.png

      wall_stairs_su_menu_active.jpg

      This is brand new so there will be few fires to put out and some fine tuning or maybe even a few additional parameters needed. Send me your feedback.

      posted in Plugins
      medeekM
      medeek
    • 1
    • 2
    • 3
    • 4
    • 5
    • 171
    • 172
    • 1 / 172