Development and Updates for the Medeek Engineering Plugin

Started by Medeek, December 03, 2016, 07:23:18 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Medeek

I haven't fully committed yet to coding all of my engineering calculators within the SketchUp API, but I am heading that direction as I further contemplate my next Sketchup Plugin: Medeek Structural Plugin.

The largest obstacle is the ability to generate MS Excel files and PDF documents (reports). For this to really work I need a way to have my plugin's calculations export their data into nicely formatted spreadsheets and/or PDF reports. I have no idea where to even start and don't even know if this sort of thing is remotely possible with SketchUp, the API or Ruby, I'm assuming it is because I am sure other people have run into this same sort of thing as me.

Any assistance or direction in this regard would be greatly appreciated.

Ultimately, I am hoping to create a structural plugin that will allow an engineer to do all of the lateral and vertical calcs for a typical residential or light commercial wood structure. The reason for using SketchUp for this sort of thing is the ability to leverage SketchUp's intuitive drawing interface to create all of the building primitives/elements and provide an easy to use method for viewing and inputting building geometry and other design criteria.

I've actually had the idea to create this type of program since about 3 years ago but the show stopper was always the graphical interface and 3D component of it. Not until I began tinkering with the API about a year ago and waded into a full blown plugin development (truss plugin) did I realize the potential available within SketchUp. SketchUp and its API solves the 3D interface hurdle magnificently and now I am hopefully on course to create the one piece of software that will be the apex of my engineering career and hopefully further automate and advance the field of residential structural engineering.
Nathaniel P. Wilkerson, P.E.

Medeek

I've really only been working on the truss plugin for about a year now and there is a lot more to be done as well as two more plugins that I am hoping to get started on into the new year:

Medeek Structural Plugin



Medeek Wall Plugin



The structural plugin will deal less with the actual framing geometry and more specifically with the lateral and vertical engineering of the structure.  It will be geared toward other structural engineers with the intent to automate residential structural engineering as much as possible.

Lateral:
Wood Shear Walls (segmented and perforated), Diaphragms (roof)
Vertical:
Beams, Headers, Joists, Rafters, Footings, Posts, I-Joists,
Uplift:
Rafters, Trusses

What will make this the killer app is that the 3D model will be able to automatically propagate the loads down through the structure while at the same time allowing the user to create the structure's geometry in an intuitive and friendly 3D environment - SketchUp.

Of course the real power of such a plugin only becomes apparent when you create a model and then decide to build that same house or structure in a different location with different site criteria.  Rather than having to start from scratch you simply enter in the new wind speed, ground snow load, and seismic design criteria into the model and the plugin recalculates the entire structure and then alerts you on any members that are undersized or over stressed.  This would be particularly beneficial to homebuilders who have a set number of model homes they use but build in various locations.
Nathaniel P. Wilkerson, P.E.

Medeek

Its not much to look at but this is the beginning of the Medeek Structural Plugin:
Nathaniel P. Wilkerson, P.E.

Medeek

I think I am going to try and utilize the Wall and Truss plugins as the jumping off point for the Structural Plugin.  I've got to spend some more time fine tuning the  shearwall module of the Wall Plugin first then I think we will be ready to try and develop this further.
Nathaniel P. Wilkerson, P.E.

blderman

I am really interested in this plugin.  I am General Contractor in NE Oregon and draw up a lot of the house plans that I build for clients.  It would be extremely helpful to have a tool that did the lateral and gravity calcs for me during the project design.


Medeek

I am still working the bugs out of the Wall plugin and adding new features.  Once the primary architectural elements are complete then work will begin on the structural engineering elements.
Nathaniel P. Wilkerson, P.E.

Medeek

I was going to name the engineering module or plugin "Medeek Structural" however I've decided to change the name to "Medeek Engineering".

The plugin icon will now be:





The first toolbar I will add is the Beam Engineering Tools which will allow the user to add point loads, distributed loads and supports to beams drawn in the wall plugin:

Nathaniel P. Wilkerson, P.E.

Medeek

Nathaniel P. Wilkerson, P.E.

Medeek

This will be a separate extension that will be integrated with the other extensions in the mdkBIM bundle. It does not need to be installed with the mdkBIM bundle and is completely optional. However, it is not really a stand alone extension since it can only be used with geometry drawn by other Medeek extensions.

After giving it some additional thought I think it would be good to decouple this extension to the extent that even if for example the Wall plugin is not installed the user could install the engineering extension and still apply loads/support and analyze a given beam. However they would be unable to modify the beam as drawn (ie. size, depth, length) unless the Wall plugin was installed.

In the Account Manager its icon will be:

Nathaniel P. Wilkerson, P.E.

Medeek

With respect to who will use this module, I actually do think a lot of architects and designers would find use for it even if they are unable to "stamp" their design as "engineered". There would be many situations where a designer would want to get a reasonably ballpark idea on how big a beam or header needs to be. Unless there are complex loading situations at play, assigning some basic loads and supports to a beam is usually not rocket science. However, as always it is garbage in, garbage out. Obviously the user needs to have some understanding of the correct site specific loads in order to get the correct answers.

That being said, my primary audience for this plugin is residential structural engineers (like myself) who are wanting to quickly apply loads to a design and push out a report with minimal effort. I still have a long way to go with all of this but I am definitely opening a new can or worms with this one, let's see where we can take it in the next few months.

I think I am entering uncharted territory with this new development. To my knowledge there does not exist a comprehensive software that combines architectural design with engineering, that is my goal with integrating this new engineering module/extension with the mdkBIM suite.
Nathaniel P. Wilkerson, P.E.

Medeek

When you click on the "Draw Load/Support" icon of the toolbar you will be presented with this matrix menu:

Nathaniel P. Wilkerson, P.E.

Medeek

Merging this topic with the previous structural plugin topic.
Nathaniel P. Wilkerson, P.E.

Medeek

Still working on how best to graphically represent the various loads and supports but this a bit of a preview of how it will go:

Nathaniel P. Wilkerson, P.E.

Medeek

The loads and supports will be on the Eng layer, annotations will be on Eng2 and warning graphics will be on Eng3.

Here is an example of some point loads applied to a timber beam, now I just need to setup annotations:



The different color arrowheads indicate one of the six load types (Dead, Live Floor, Live Roof, Wind, Snow, Seismic).  The colors assigned to each load type will be able to be customized in the global settings.  The size of the arrowheads will also be customizeable.

Regenerating the beam geometry will not regen the loads, there will be separate context menu item (right click the beam) to regen the engineering loads/supports.
Nathaniel P. Wilkerson, P.E.

Medeek

An example of point loads with Load Labels and Magnitudes turned on:

Nathaniel P. Wilkerson, P.E.