Development and Updates for the Medeek Truss Plugin

Started by Medeek, November 07, 2015, 03:06:39 AM

Previous topic - Next topic

0 Members and 11 Guests are viewing this topic.

Medeek

Looks like I have the soffit cut function working for the hip rafter roof:



I will roll this out on the next release.
Nathaniel P. Wilkerson, P.E.

Medeek

Version 2.1.6 - 03.02.2018
- Added Soffit Cut within Advanced Options for Hip Rafter Roofs.
Nathaniel P. Wilkerson, P.E.

Medeek

Version 2.1.6b - 03.03.2018
- Added Soffit Cut within Advanced Options for all Shed type Rafter Roofs.
- Added gutters for all Shed type Rafter Roofs.

Nathaniel P. Wilkerson, P.E.

Medeek

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.
Nathaniel P. Wilkerson, P.E.

Medeek

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.
Nathaniel P. Wilkerson, P.E.

Medeek

Nathaniel P. Wilkerson, P.E.

Medeek

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.
Nathaniel P. Wilkerson, P.E.

Medeek

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

Nathaniel P. Wilkerson, P.E.

Medeek

Nathaniel P. Wilkerson, P.E.

Medeek

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:

https://3dwarehouse.sketchup.com/model/a879f0c7-0900-47f5-9caf-acc1c3a53f25/Framed-Opening-TJI-Floor

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.
Nathaniel P. Wilkerson, P.E.

Medeek

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.
Nathaniel P. Wilkerson, P.E.

Medeek

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.
Nathaniel P. Wilkerson, P.E.

Medeek

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.
Nathaniel P. Wilkerson, P.E.

Medeek

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.
Nathaniel P. Wilkerson, P.E.

Medeek

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.
Nathaniel P. Wilkerson, P.E.