Medeek Truss

The edit feature is slowly coming to fruition. I’ve added so many advanced options to the common truss type that it is quite an ordeal to even put together the HTML form that fully encompasses all of this information and does it in an organized and neat manner. There is a possibility of 72 unique (user entered) parameters for a common truss assembly. Some of these are dependent on others, its an interesting web of dependencies (spaghetti) that must be taken into account for the edit feature to work properly. I’ve probably got another week just in debugging before I am ready to release the first version of this feature.

Version 2.1.7 - 03.06.2018

  • Enabled the “Edit Truss Assembly” function for all common roof trusses (imperial units only).

To edit a roof truss assembly just right click on the assembly and select the “Edit Truss Assembly” option.

Note, that this function is only available for common trusses with imperial units (template). Metric will be next.

It seems to be working fairly robustly but I’m sure there will be some minor bugs that pop up considering the complexity of the code and the sheer numbers of variables that I am working with.

Please report any errors by using the ruby console to record the error and email it to me.

Once this feature has been out for a while and I know it is running fairly stable I will then work on updating all rafter and truss assemblies so that the user can edit them. I can already see that this will be a very useful upgrade to the plugin.

In my extension I use expanders to organize the user interface. Then for similar options like the pitch I allow the user to change them all together or press an unlock icon to change the pitches individually.

I do like how you do that, keeps it less cluttered and a bit more manageable with so many parameters. I will need to give this some more thought.

Maybe a dumb question, but to update our version to the latest update do we just uninstall and then re-install?

1 Like

That is correct. That is the only way to be sure that you have all of the updated files and it is a fresh install.

2 Likes

I’m loving the editable feature so far!

1 Like

I knew you would, I just need to get the metric version incorporated, that isn’t a huge leap.

Realize that the entire roof assembly is being redrawn from scratch so any manual customization will disappear. It is actually quite a bit faster than I thought it might be so I’m fairly happy with that.

I did notice that when you initially create a truss assembly without any advanced options and then enable advanced options in the edit panel it does not auto populate the various advanced option fields, I think this could use some attention.

Below is a screenshot of the edit panel:

2 Likes

Version 2.1.7b - 03.10.2018

  • Enabled the “Edit Truss Assembly” function for all common roof trusses (metric units).

Also addressed some minor bugs with the roof returns option. There may be other minor issues that still may pop up with the edit feature as they always do when I introduce something new.

Please feel free to email me with any issues.

Tutorial 7, Edit Function and some changes to the global settings:

Version 2.1.7c - 03.11.2018

  • Added ceiling gypsum and ceiling battens to cathedral trusses.

View model here:

I’ve been giving some thought to framed openings in floors, see image below:

Generally, at least from what I’ve seen most holes in floors are either rectangular, L-shaped or U-shaped, but I guess any outline is possible.

What I’ve shown in the image above is LSL or LVL framing out the opening however the actual framing might be significantly different depending on what is supporting the floor below.

In some cases the rectangular opening might not be supported by bearing walls from below, in that case the two LSL boards running parallel to the joists would probably be larger beams and the headers would be hangered from these beams and would also probably be more substantial.

The point is how to make this feature flexible enough to accommodate most framed openings but at the same time keeping it as simple as possible so the user is not overwhelmed with parameters.

View model here:

Any ideas would be greatly appreciated.

P.S. I am also going to make this feature editable so that the actual hole can be altered after the fact. This should be an interesting programming challenge.

1 Like

Alternatively that same opening could be framed as below:

For the size of the opening one would probably use some PSL or LVL Beams rather than a couple of I-Joists but the concept is the same, compare with the previous example where the opening would probably be supported from below by bearing walls.

2 Likes

Here is an example of a L-shaped opening in a floor to allow for a stairway.

Probably not the best example but I think it helps get the idea across.

Note the bearing walls supporting perimeter of the opening.

Version 3.1.7d - 03.14.2017

  • Addresses a minor bug with the UI menu for common trusses. The overhang of the truss could be rounded to an integer value upon recreation of another truss set.

I wonder why no one else has noticed the overhang rounding issue. I just realized it is an artifact from when I had it setup to use a integer value for the overhang, which I eventually changed but I must have forgot to update the rounding function (or remove it) so that non integer values could be input.

It appears this bug only affected common trusses but I will need to go through and check each truss type to make sure the same issue was not replicated elsewhere.

I am trying to get my hands on some shop drawings for a dutch gable truss set. I would like to work on adding this truss set into the plugin this weekend if possible.

Two different ways to truss out a dutch gable roof:

The first method involves a wailing plate attached to the side of the girder truss. This appears to be the preferred method of construction in Australia.

The second method employs vertical studs on the gable end portion (upper half) of the girder truss. What is not entirely clear to me is how the joint comes together at the top chord where the horizontal member (at the top of the jacks) meets the vertical and diagonal web of the girder truss.

I could really use a shop drawing (2D) of this particular configuration.

Version 2.1.8 - 03.18.2018

  • Enabled the “Edit Floor Assembly” function for all I-Joist floors (imperial and metric units): TJI, BCI, LPI, Red-I, PKI.

Now I just need to get the floor framed opening feature working and then this module might actually be useful.

Realize that any manual edits made to the floor assembly are blown away when you use the edit function. It is essentially re-drawing the entire floor assembly, the same goes for the roof truss assembly edit feature.

1 Like

Spending some time the last couple of days thinking about the floor module (floor trusses, I-joists, solid sawn joists).

The obvious 800 lbs gorilla is the ability to easily add openings into these floors. The other missing element is the ability to create a polygon shaped floor (something beyond a rectangle outline).

With regards to polygon shaped geometry I’ve already done the heavy lifting when I programmed the foundation plugin to generate polygon shaped layouts (slab and stemwall). The details in trimming the joists is also mostly figured out since my rebar and mesh routine for slabs utilizes a function that will form the basis for this function. It is really just a matter of finding the time and then digging into the code deep for a solid 12+ hour period (uninterrupted).

These two issues are my main focus the next week or two. If I can address both as well have the edit function work seamlessly with both then I will have created an actual functional floor module.