News:

SMF - Just Installed!

Main Menu

Recent posts

#81
Medeek Wall Plugin / Re: Development and Updates fo...
Last post by Medeek - October 23, 2024, 11:33:05 PM
Version 3.7.5 - 10.23.2024
- Added the following (9 - low poly) Simpson post caps to the post module: LPC4_4, LPC4_6, LPC4_8, LPC6_4, LPC6_6, LPC6_8, PC4, PC6, PC8
- Added the following (10 - low poly) Simpson post bases to the post module: ECB88, ECB66, EPB66, EPB46, EPB44, MPB44, MPB66, MPB88, PPBF44, PPBF66



The post module now has 86 post caps and 65 post bases within its built-in library.  I think I've modeled about 75% of the Simpson Strong-Tie's Wood Construction Connectors Catalog at this point.
#82
Medeek Wall Plugin / Re: Development and Updates fo...
Last post by Medeek - October 22, 2024, 10:35:26 PM
Version 3.7.4 - 10.22.2024
- Added the following (27 - low poly) Simpson post caps to the post module: 1616HTQ_8, 1616HTQ_6, BC8, BC6, BC4, BC46, RTC44, LCE4_64, LCE4_46, LCE4_6, LCE_4, AC4R_4R, ACH6_8, ACH6_4, ACH6_6, ACH6E_8, ACH6E_4, ACH6E_6, ACH4E_6, ACH4E_4, ACH4_6, ACH4_4, AC6_4, AC4_6, AC4_4, AC6_6, AC6R_6R

#83
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - October 22, 2024, 12:46:04 AM
Version 0.9.9i - 10.22.2024
- Added the following layers/tags to the global settings and deck module.




Two different floor assemblies adjacent and forming one deck.  Where they contact I've removed the overhangs, wrap and trim (on one assembly) using the new features recently added.  Maybe there is enough functionality now to actually create some real decks.

#84
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - October 21, 2024, 05:47:17 PM
Tutorial 13 - Custom Deck Board Overhang (9:09 min.)

#85
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - October 21, 2024, 04:31:54 PM
Version 0.9.9h - 10.21.2024
- Enabled custom overhangs for decks.
- Enabled double trim band for decks.
- Fixed a number of minor bugs related to custom (removal) trim bands and overhangs.
#86
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - October 19, 2024, 10:34:42 PM
Tutorial 12 - Trim and Wrap (6:42 min.)

#87
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - October 19, 2024, 09:47:20 PM
Version 0.9.9g - 10.19.2024
- Enabled wrap for decks.
- Enabled a trim band (picture frame) for decks.





Note that these two feature can only be used when the deck board option is turned on.
#88
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - October 18, 2024, 05:06:23 PM
After watching Tony's video I realized we probably need a couple additional advanced options for floors/decks with deck boards enabled.  The two that immediately jump out at me are:

1.) Trim Band or Picture Frame

2.)  Deck Wrap

Both of these can easily be achieved since they are very similar to my existing rim board code.

In fact, I can even enable a remove option for each of these modules similar to the rim board module.  The parameters shall be:

1.) Trim Band: Yes/No
2.) Trim Width
Trim Thickness:  Typically one would set this to the same thickness as the deck boards but I better provide this just in case.
3.) Trim Overhang
4.) Trim Corners: Lap, Reverse Lap, Miter
5.) Trim Material
6.) Remove Trim: Empty by Default


1.) Deck Wrap:  Yes, No
2.) Wrap Depth
3.) Wrap Thickness
4.) Wrap Corners: Lap, Reverse Lap, Miter
5.) Wrap Material
6.) Remove Wrap: Empty by Default
#89
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - October 18, 2024, 05:05:57 PM
Very interesting how Tony is using ChatGPT to create the random string to insert deck board cuts, never even considered this possibility.

#90
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - October 17, 2024, 10:22:26 PM
Giving myself a rest from the code for a few days to work on a more complicated test model has helped me realize that polygon openings within floors are crucial. Yes, I can probably squeak by with a rectangular opening tool but it will leave all us wanting and at times probably a little frustrated with the plugin because of this limitation.

After some further thought I realized that the (10) following parameters previously outlined for an opening header:

1.) Header Type: Lumber, PT Lumber, Timber, PT Timber, I-Joist, LSL, LVL, PSL (note this will also set the material for these members). Down the road I may also add a steel option.
1a.) Header Depth: Not applicable to I-Joist headers
1b.) Header Width: Not applicable to I-Joist Headers
1c.) I-Joist Family: Only applicable to I-Joist Headers
1d.) I-Joist Type: Only applicable to I-Joist Headers
2.) Header Ply: 1,2,3
3.) Start Extension: positive or negative value accepted
4.) End Extension: positive or negative value accepted
5.) Start Hanger: None or a list of hangers to choose from
6.) End Hanger: None or a list of hangers to choose from


Are really not any different than the parameters needed for an opening trimmer. Functionally and conceptually there is no real difference between the two (just that one typically hangs off a joist and the other hangs off of a header). I just came to this realization tonight as I was looking at my manually drawn rim joist solid around the stair opening in my model (see images in previous posts).

What this means is that I will proceed with a polygon floor opening tool rather than a simple rectangular opening tool and then code in the ability to edit each edge/side of the opening and configure each independently. I'm not entirely sure how I will setup the edit menu for floor openings but I will do my best to make it as intuitive as possible. This will be a bit challenging and interesting at the same time. Essentially the HTML menu will be somewhat dynamic.