Medeek Foundation

have a look at test tool.rb…

john

This is the line of code I currently have:

if( key == VK_DOWN && rpt == 1 )

I was trying to do:

if( key == VK_RETURN && rpt == 1 )

I don’t think the API recognizes the return keycode.

people expect that hitting return will work and as it’s an available convenience method, I’d use it…

It’s possibly being swallowed by the builtin method, which may run automatically…

john

1 Like

First look at the output of the new stemwall module:

In this particular situation you would probably just use the polygon stemwall tool for the outer perimeter since there are no steps in the foundation but I think the model demonstrates the idea.

I should probably change the label to something like WALL or STEM, I’ll give this some further consideration.

What I really like about this new module is that it is so much more flexible than a simple polygon or rectangular outline. Once I add the step and interior bearing tools this one is going to be a game changer.

Footing offsets and mitering is now stable:

When the foundation outline is a closed loop the polyline tool will automatically close the stemwall foundation and draw it as if it were a closed polygon as shown above.

Version 1.3.4 - 08.01.2019

  • Added the Stemwall Foundation toolbar and icons.
  • Enabled the “Draw Polyline Stemwall” tool.
  • Enabled footing offsets and mitering within the draw polyline stemwall tool/menu.

Note that the ability to edit polyline stemwalls is not yet active. I am putting this out a bit earlier than I normally would so that users can give me additional feedback on the functionality and features.

Also note that to terminate your point selection process you depress the “Down Arrow” and not the Enter or Return key. I would like to change this to the Enter key but I’m not quite there yet.

The polyline tool will only draw the concrete currently, all other additional options like rebar, anchor bolts, insulation, vents and joist pockets are currently not available.

FIB in the future?

1 Like

Do you mean ICF? Insulated concrete?

Yes if you prefer. Foam Insulated form blocks.

1 Like

I haven’t given ICF too much consideration yet however I am working on a solution for CMU stemwalls.

I haven’t had any recent feedback on polyline stemwall tool. Unfortunately, I have been with family helping with a medical matter and have not been able to devote any time to the code the last few days.

I will be working on the rebar and anchor bolts next.

Many of you may have noticed the absence of regular updates the last couple of weeks. My youngest daughter (Nathanya) had to undergo an operation on both of her legs (femur) at Primary Children’s Hospital in Salt Lake City, Utah about a week ago.

I have taken a small break from the coding to be with her and my wife during this ordeal and during the recovery. Unfortunately, her recovery has been slower than I had hoped for so I have spent extra time in Utah providing support. I am hopeful that her condition will continue to improve and I can jump back into the saddle in the next few days and wrap up the work on the stemwall module.

11 Likes

Hope it all works out ok for her, and thanks for you ongoing work.

4 Likes

Family first - always. Take care of yourself and your family.

2 Likes

Back in the saddle.

Looks like the rebar is now working for the polyline stemwall. Lots of possible configurations so I’ve got to try and break it for a few more minutes to be sure it is 100% stable:

Anchor bolts are next.

Anchor bolts with rebar:

After an almost three week sabbatical it took me all of yesterday to just get back into the full swing of things and figure out where I left off. It’s good to be back laying down some serious code.

Developing these plugins has got to be the most satisfying job/business I’ve ever had. Thank-you SketchUp for making all of this possible and more importantly thank-you to my many supporters and customers who continue to support my efforts, I will do my very best not to disappoint.

1 Like

Frost protection for a polyline stemwall:

Note that the polyline tool allows the user to create not only polyline segments of stemwall foundations but also closed loops and single linear sections. Making sure the code behind the scenes is flexible enough to handle all of this is a bit of a task but I think the end result will be very functional and efficient.

1 Like

Foundation vents are now working for the polyline stemwall tool:

The next item of business is to create the edit menu and then check that all of the parametrics are working as advertised. Once the edit functions are up and running I will release the next version and then begin working on the “Step” tool.

I’ve also been giving the interior bearing tool some thought and I think I will start with only two basic types (stud wall and posts & beams). There are also quite a number of other variations that are commonly used such as steel posts etc… but I will wait until those are requested directly by the designers before diving into those.

I’ve also been giving brick ledges (and stemwalls) some thought and trying to come up with the most logical way of handling this type of construction. Typically when a brick ledge is called out the stemwall is thickened however the rest of the segments within a foundation may not have brick ledges and will be a different thickness. So brick ledges needs to be on a per wall segment basis.

Another item of interest is including more rebar when the stemwall is actually a full basement wall and also including vertical bars. How deep does the rabbit hole go? When it comes to full basements I will also need some tools for cutting windows and door as well as placing window and door hardware similar to the wall plugin. Additionally if the user does cut an opening in the foundation wall the rebar must be adjusted to account for this opening.

I’ve also had a number of requests for CMU stemwalls rather than concrete. In my opinion modeling of a CMU wall is no different than what I already have I just need to incorporate some fancy material application logic to make the solid look like CMU (similar to what I have done with the wall plugin). I will enable a CMU option that will allow the user to create CMU stemwalls.

The basic edit function is up and running:

I’m quite pleased with the performance of the edit tool, it is very fast.

The last piece of the parametrics is the ability to edit the polyline that actually defines the foundation outline. About a month ago I began to explore this problem and the necessary algorithm that will be required to do this:

[url]https://forums.sketchup.com/t/inputting-a-polyline-extracting-its-vertices/99776[/url]

I haven’t arrived at a solution yet but I will begin to tackle this problem next.

Version 1.3.5 - 08.24.2019

  • Enabled rebar, anchor bolts, insulation and vents for the “Draw Polyline Stemwall” tool.
  • Enabled the “Edit Stemwall Assembly” function/menu for polyline stemwall foundations.
  • Enabled the “Edit Stemwall Outline” function for polyline stemwall foundations.
  • Added a “Hide Edges” option in the draw and edit menus for polyline stemwall foundations.

Note that the hide edges option only hides the edges of the concrete at the terminal ends of the stemwall and footing. This feature will come in useful where the user is utilizing the upcoming stemwall step tool to adjoin sections of foundation together.

Checking end conditions with FPSF option enabled:

The next item to be addressed is the stemwall step tool that will work in tandem with the stemwall polyline tool just completed. Being that this is a completely new feature there may be further refinements necessary or features that further improve the functionality. Please send me any feedback via the forums or email.