Development and Updates for the Medeek Foundation Plugin

Started by Medeek, July 04, 2016, 12:45:47 AM

Previous topic - Next topic

0 Members and 19 Guests are viewing this topic.

Medeek

After mauling this over a bit more I think I can deal with the concrete, slab insulation, interior footings and subbase fairly easily with a slab depression, however the slab reinforcement is a bit more challenging.  Even the footing top bars are a bit problematic ( they need to be dropped as well) as one can see in the image below:



At the moment I don't have a good answer for how to deal with slab depressions when combined with slab reinforcement.  If anyone has a good idea I'm open to suggestion.

This type of slab depression (4") is fairly typical for a garage that is attached to the main residence.

View model here:

https://3dwarehouse.sketchup.com/model/8861a845-b5b3-4634-bc06-9edb4c62d449/Slab-Depression-Test-1
Nathaniel P. Wilkerson, P.E.

Medeek

Tutorial 3 - Interior Footings for Slab-on-Grade Foundations (16:33 min.)



Interior footings for rectangular slab-on-grade foundations is identical to working with polygon shaped foundations.
Nathaniel P. Wilkerson, P.E.

Medeek

First look at the slab depression toolbar:



This toolbar will allow the user to add, delete, edit or modify slab depressions within slab-on-grade or slab foundations.
Nathaniel P. Wilkerson, P.E.

Medeek

BUG REPORT:  I'm missing a transform in the "Add Interior Footing" tool, so if a foundation is created in a location other than the origin, it may produce an unexpected result (ie. shifted footing location).  I am working on the fix currently.  Funny that I never exposed this error in my testing or even in the tutorial video, it does take a special set of circumstances.

I've also identified another issue where two footings might be coincident at their ends (start or end) at a non-orthogonal angle, see image below:



In such a situation rather than sloping the ends of the footing towards each other I need to miter the ends so that they meet cleanly.  Just some additional code in the block of code that applies the slope to the footings.

If three footings or more footings were to meet at a single point then the boolean union of them would work out without a hitch, it is only when you join two footings at their ends that this scenario becomes an issue.
Nathaniel P. Wilkerson, P.E.

Medeek

Version 1.3.0b - 07.16.2019
- Added the Slab Depression toolbar and icons.
- Enabled a 45 deg. miter option for the ends of interior footings.
- Fixed a bug with the initial positioning transforms for the interior footing draw tool.

The option for mitering is tucked into the start and end slope option.   Now in addition to the Yes/No options you also can have it miter left or right (45 deg only).



This is a critical update since the transform bug was a significant issue with Version 1.3.0.

The slab depression functions/tools are still under construction and currently not functional.
Nathaniel P. Wilkerson, P.E.

Medeek

Version 1.3.1 - 07.19.2019
- Added slab depressions for rectangular and polygon slab-on-grade foundations.
- Enabled editing, moving and deleting of slab depressions for all slab-on-grade foundations.
- When construction callouts and subbase material is enabled, the volume of the subbase material is displayed beneath the foundation label (currently only slab-on-grade foundation assemblies have this feature available).



The slab depression tool can also be used to cut thru holes into the slab, as shown.

Note that additional work still needs to be done to properly modify rebar and mesh for slab depressions.  Currently there is no logic in place to modify the perimeter or slab rebar when a slab depression is utilized within a slab-on-grade foundation. 

View model here:

https://3dwarehouse.sketchup.com/model/6881b3bf-3ecf-4d3a-9cee-f8dd1cc3c11d/Slab-Depression-Test-2
Nathaniel P. Wilkerson, P.E.

Medeek

Nathaniel P. Wilkerson, P.E.

Medeek

Trying to take a day off from the programming but my mind keeps coming back to it and the brick ledge module (for slab-on-grade foundations) I have left unfinished.

Giving it a bit of thought this afternoon and I've come up with the following parameters:

- Ledge Width

- Ledge Height

- Start Ext.: Defaults to zero

- End Ext.: Defaults to zero

Really not much to it, or so it would seem.

The idea is to be able to create a brick ledge on any specified edge (perimeter) of the foundation rather than around the entire foundation.  A lot of modern designs only utilize a brick facade on the front of the house and not on the rear so this ability to be selective with each wall is critical.

Once I have this feature up and running I think the tools afforded the slab-on-grade type of foundation will allow it to be utilized for most designs however additional work will still need to be done to make the rebar placement correct in a complex design.
Nathaniel P. Wilkerson, P.E.

Medeek

First look at brick ledges combined with a slab depression (garage).



The trickiest part of the brick ledge module was the tool that selects the foundation edge.  I have it working stably now but I need to add some additional logic which prevents the user from duplicating a brick ledge along the same foundation edge.

I also need to add in some additional logic which offsets the anchor bolts the appropriate amount given the width of the brick ledge. 

Similar to the slab depressions the brick ledge module makes no accommodations currently for rebar placement.  The logic and algorithms for that will take some considerable effort.
Nathaniel P. Wilkerson, P.E.

Medeek

Here is slight modification where the slab depression is lower than the brick ledge:

Nathaniel P. Wilkerson, P.E.

Medeek

Version 1.3.2 - 07.22.2019
- Added brick ledges for rectangular and polygon slab-on-grade foundations.
- Enabled editing, and deleting of brick ledges for all slab-on-grade foundations.
- Added an additional layer for hidden geometry into the Layers tab of the Global Settings.
Nathaniel P. Wilkerson, P.E.

Medeek

Tutorial 5 - Brick Ledges for Slab-on-Grade Foundations (14:11 min.):

Nathaniel P. Wilkerson, P.E.

Medeek

I am seriously considering adding the ability to slope the slab depression and would actually like to work on it before I move back to the complex roof module.

I have a few questions:

1.)  With a sloping floor do you typically measure the depression from the high side as your reference and then slope it downward?  Or do you measure where you want the doors to end up and then slope upwards? 

2.)  What is a typical slope in a garage slab depression? Is a 1/4" per foot typical?  On a 24' deep garage this would mean a vertical difference of 6 inches from front to back.  This seems like a pretty steep slope.

3.) If a depression is sloped then I would assume that the slab thickness in the depressed region would remain a constant thickness and hence the bottom of the slab at this region would also slope?
Nathaniel P. Wilkerson, P.E.

Medeek

Version 1.3.3 - 07.24.2019
- Enabled sloping slab depressions for rectangular and polygon slab-on-grade foundations.
- Fixed a bug with the slab depression draw tool.



The sloping of the depression can be either in the X or Y direction, in the future I may allow for other directions.  To reverse the slope, the slope differential can be entered in as a negative number in the edit or draw menu.
Nathaniel P. Wilkerson, P.E.

Medeek

Giving a little thought on how to created stepped foundation the last couple of days as I wrapped up work on the slab-on-grade foundations.

Creating a single (closed-loop) stemwall foundation assembly with steps is proving to be difficult.  After giving this some additional analysis it seems that it would be better to break it down into separate (polyline) assemblies, somewhat similar to the Wall plugin.

If I switch to this type of system then creating steps in a foundation is just a matter of adding step "segments".  I've identified three basic type of steps in the detail below:



Note, that there would also be a right and left hand version of each, this comes into play with non-symmetric features such as foam insulation and anchor bolts.

So essentially I need to create a whole new system for stemwall foundations, the current system is not scalable.  The three main tools need to be:

1.) Polyline Tool
2.) Step Tool
3.) Interior Footing Tool

The polyline tool will also allow for a single (linear) stemwall or any number of segments.

I also need a opening tool for creating windows and doors in the stemwall/foundation wall.

4.) Opening Tool
Nathaniel P. Wilkerson, P.E.