News:

SMF - Just Installed!

Main Menu

Recent posts

#81
Medeek Wall Plugin / Re: Development and Updates fo...
Last post by Medeek - September 17, 2024, 08:41:55 PM
Version 3.7.1 - 09.17.2024
- Added a vertical offset parameter for in-wall column king studs.



In the case where you have a beam pocket and king studs over top of a door or window this update is critical.  Previously the king studs would simply project to the bottom plate in the wall passing through the opening.  Now you can utilize this extra parameter to vertically offset these king studs the same way the column itself is offset.  Note that the offset can be both positive or negative or zero (default)
#82
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - September 16, 2024, 04:39:05 PM
Tutorial 2 - Joist Hangers (19:57 min.)

#83
Off Topic / Re: Native Art Work - Wilkerso...
Last post by Medeek - September 16, 2024, 03:01:05 PM
Edmond (my youngest son) made this silver ring in his jewelry class.  I'm quite impressed.

#84
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - September 16, 2024, 12:19:30 PM
Version 0.9.4 - 09.16.2024
- Added joist hangers to the Draw and Edit menus.
- Added a built-in library of face mount and and top flange hangers.
#85
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - September 16, 2024, 02:03:20 AM
Not sure why anyone in their right mind would create a floor like this but it seems like the hanger algorithm is holding up even when I throw the kitchen sink at it. I will have to test a few more things and then I'll probably release the joist hanger update tomorrow.






It would be nice is one could specify every terminal end of joist (ie. hanger or no hanger and even specify a size). However I'm probably not going to go that granular yet.
#86
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - September 12, 2024, 09:09:23 PM
Version 0.9.3b - 09.12.2024
- Fixed a HTML/Javascript bug in the Draw Floor menu.
#87
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - September 12, 2024, 07:07:13 PM
I was thinking about hanger hardware for the joists but then I realized that things are quite a bit more complicated with these polygon floors.  For example look at this floor:



The situation gets interesting for the first six joists in the array, they would require four hangers each rather than just the normal two.  I'm going to have to really put on my thinking cap for this one.

And then you have the additional complication of non-orthogonal edges which may require special skewed hangers...  Fortunately those are probably not as common so I can probably ignore that case for now.

P.S.

I may have to bounce some ideas off of @DanRathbun and the other great minds on this forum to devise an efficient algorithm. 

At first glance I think I can examine each joist individually once they've been trimmed/cut and count the number of edges that run parallel to the joist (x-axis or y-axis).  For a regular lumber joist the total number of pieces will be the number of horizontal (long edges) divided by four.  That will tell me how many hangers I actually need.

I can then cycle through this collection of edges finding all of the terminal vertices/locations and assign to each one a direction (left facing or right facing).  From there it is simply a matter of running a for loop and placing the hangers.  I think this will work but it may not be optimized yet.

P.P.S

I also just realized that there is the possibility for some joists to be doubled, which will naturally require a different hanger, so the hanger selection will require two parameters, one for single ply an one for two ply.  However, there may be a situation where you want there to be hangers only on one side of the floor (ie. a deck with a ledger and beam supported on the other end) so four parameters for hanger selection:

1.)  Start Hanger (1X Ply)
2.) Start Hanger (2X Ply)
3.) End Hanger (1X Ply)
4.) End Hanger (2X Ply)
#88
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - September 12, 2024, 03:23:13 PM
Version 0.9.3 - 09.12.2024
- Fixed a critical bug in the Draw Floor menu.
- Added a status icon (Draw Mode: Polyline or Face) in upper right corner of the Draw Floor menu.
- Added the Draw Mode parameter to Floors tab of the Global Settings.
#89
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - September 11, 2024, 07:27:08 PM
Version 0.9.2 - 09.11.2024
- Enabled a overhang for deck boards.
- Enabled a global offset for deck boards.
- Fixed a bug with floor presets.

#90
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - September 11, 2024, 12:22:58 AM
**Tutorial 1** - Extension Overview (19:43 min.)