Medeek Project

Medeek Project

Postby medeek » Sat Mar 16, 2019 6:46 pm

First look at the icons for the Medeek Project extension:





This plugin is the administrative plugin that will bring a number of tasks together in the mdkBIM suite.

Planned modules and tools:

- Medeek Project: Project Info, Design Criteria, Levels
- Medeek Documents: Scenes, DXF, PDF (removed from Wall plugin)
- Medeek Estimator (removed from Wall plugin)
3
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Sun Mar 17, 2019 7:53 am

This plugin will be essentially the command and control center for the mdkBIM suite. The other plugins are there to create and edit the geometry, specializing in their specific niches while this plugin will contain the tools that works across all three plugins, bringing everything together.

There is so much work to be done to make all of this a reality. I don't even take weekends or vacations off anymore. My last coding break was in September, during the SketchUp Basecamp. I won't take a break from the code until I have completed what I set out to accomplish or I fall out of my chair trying.
6
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Tue Jan 10, 2023 1:42 am

First look at the Layer Control tool and its HTML menu:



Fairly simple really. Just a bunch of sliders that allow one to incrementally change the visibility of the layers of the plugins.

I now need to add in a visibility option/integer for each layer in each plugin which can be adjusted within the global settings of each plugin.
3
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby gullfo » Tue Jan 10, 2023 2:10 am

adding templates for various project types would be excellent as well!
2
User avatar
gullfo 
Premium Member
Premium Member
 

Re: Medeek Project

Postby medeek » Tue Jan 10, 2023 5:38 am

3
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Tue Jan 10, 2023 8:40 pm

Another look, this time with walls and a truss roof:

1
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby gullfo » Tue Jan 10, 2023 8:46 pm

it would be cool if the slider settings could be preserved on an SU scene. thus creating a sequence using scenes (and maybe you are doing this to create the animation)

i typically create construction guides which show each step of the process. each scene is then added into my master layout project with whatever size viewport is best for the detail, and this results in one or two pages in the output documentation for 10-16 scenes.
1
User avatar
gullfo 
Premium Member
Premium Member
 

Re: Medeek Project

Postby medeek » Tue Jan 10, 2023 9:02 pm

I will give that some more thought.
0
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Fri Jan 13, 2023 12:24 am

I've officially released the plugin now. However I do consider it still in BETA since I have not yet added the Project Info tool:

http://design.medeek.com/resources/mede ... tplugin.pl

I think it would be very useful if one could input the project address and then have it not only pinpoint the lat and long but also give the elevation and the site criteria at that location (ie. Seismic, Snow Loads, and Wind Speeds.)

Granted this would probably only work fully for locations in the United States and possibly Canada but I think it would be a useful feature.

Version 1.0.0 - 01.11.2023

- Created the Medeek Project Plugin, utilizing SketchUp's Ruby API.

http://design.medeek.com/resources/proj ... gelog.html

Also note that if you purchase the mdkBIM bundle today it will include a license/serial for the following plugins:

Wall, Truss, Foundation, Floor and Project

Since the Floor plugin is not yet complete you will not be able to download and install this unreleased plugin but all of the others are available.


Also note that the price of the mdkBIM bundle has not increased.
3
Last edited by medeek on Fri Jan 13, 2023 6:11 pm, edited 1 time in total.
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Fri Jan 13, 2023 5:22 pm

I think I will use the Global Settings as my HTML template for the Project Info tool. I've already established the look and feel with the global settings so why not stick with what is tried and true.

I can then have multiple pages, the first few that come to mind are:

1.) Location: Name, Address, Lat. and Long. and Elevation

2.) Seismic

3.) Wind

4.) Snow

5.) EOR: Engineer of Record - This information will be used to populate the title block for the PDF reports created by the site criteria from above.

Thoughts?

P.S.
Right now I am putting my focus back onto the Floor plugin but I would like to at least push out Item #1 above so that the tool has something more than an icon in the main toolbar that does nothing.
0
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Sat Jan 14, 2023 10:45 pm

Version 1.0.1 - 01.14.2023
- Added the Grid Tool to the main toolbar.
- Enabled a parametric grid tool with major and minor grid lines.







I'm a huge fan of the free Grid Tool provided by SketchUp in the Extension Warehouse. However my only one complaint is that with a grid like this it is hard to visually tell how many units over you are when trying to measure out a house or any other structure. After giving it some thought, I concluded that major grid lines would go a long way in alleviating this one deficiency.

I also thought it would be nice to include a grid tool in the plugin since it would eliminate the user from having to go out and install yet another plugin (ie. the SU Grid Tool) from the warehouse.

I've created an updated version of this classic plugin by adding in major grid lines (that default to 4 feet and minor grid lines that default to 1 foot). Currently these settings are hard coded into the tool however one can easily edit a grid once created and modify both minor and major grid line parameters in both the x and y directions. I will eventually add a global settings tab for this tool so one can set the global defaults.
1
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Sun Jan 15, 2023 4:41 am

First look at the project info tool:



I still have some major changes for the General tab. First and foremost I want to try to incorporate an interactive Google Maps window with a button to auto-geo locate based on the address that is input by the user. Then also have the ability to zoom the map as necessary and refine the geo-location on the map. Using the Google maps API I should be able to get the lat, long and elevation (which will be important for the determination of other site criteria).

I've already done a good bit of programming using the Google API's on my website (running on my server) but this is something a bit new so I'm still uncertain if it will work within SketchUp. This should prove to be interesting.
1
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Mon Jan 16, 2023 12:04 pm

Version 1.0.2 - 01.16.2023
- Added the General Data tab to the Project Information tool.
- Enabled a dynamic map (with geolocation) within the General Data tab of the Project Information tool.



This new feature is quite experimental so I am hoping for some feedback on it.
0
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Tue Jan 17, 2023 2:33 am

Version 1.0.2b - 01.16.2023
- Fixed a bug with the Grid Tool and the Project Info Tool.

!ATTENTION!
This is a critical bug fix for the Grid Tool and the Project Info tool. Please download and replace the previous version of the plugin.
0
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Tue Jan 17, 2023 7:13 pm

Version 1.0.2c - 01.17.2023
- Fixed a namespace bug with the Grid Tool.
0
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Fri Jan 20, 2023 12:48 am

Version 1.0.2d - 01.19.2023
- Optimized the Google Map API portion of the Project Info tool.
- Choice of map type made persistent across different sessions.

Tutorial 1: Introduction (20.01 min.)
1
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Sat Jan 21, 2023 7:14 am

First look at the EOR tab:

0
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Sun Jan 22, 2023 1:54 am

First look at the AOR tab:

0
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Thu Jan 26, 2023 7:32 am

First look at the Title Block tool in action:





Note that these title blocks are being drawn in SketchUp not Layout so they may only have limited utility but I think they still may be useful for those wanting to quickly throw together something for presentation purpose.

The Customer, Architect/Designer and Engineers data is pulled as the default but all of this information can be customized completely.

I call this title block a "no frills" title block, just a functional element that is simply meant to convey the most basic information.
1
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Thu Jan 26, 2023 11:24 pm

Version 1.0.3 - 01.26.2023
- Added the EOR tab to the Project Information tool.
- Added the AOR tab to the Project Information tool.
- Added the Title Block Tool to the main toolbar.
- Added a parametric Title Block tool.

Let me know what you all think of this feature. Again I don't believe this should replace a proper Title Block in Layout but it will offer a quick and dirty solution in SketchUp for those who don't need or want to go into Layout.

I should probably also put out a short tutorial video on this feature and now it integrates with the Project Information data.
0
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Fri Jan 27, 2023 10:14 am

Tutorial 2 - Title Blocks (16:33 min.)

2
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Sat Jan 28, 2023 11:46 am

First look at the Seismic tab of the Project Info tool:



I wish my KML overlay was a little more transparent but it seems to work for now.

I just need to implement the code that connects to the USGS API which pulls all of this seismic data from their database.
2
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Mon Jan 30, 2023 12:42 am

Version 1.0.4 - 01.29.2023
- Added the Seismic tab to the Project Information tool.
- Added site parameters (Building Standard, Risk Category, Site Soil Class) to the General Data tab of the Project Information tool.
- Enabled the USGS lookup tool for the following standards: ASCE7-10, ASCE7-16, ASCE7-22.

This tab is not quite complete. I would like to add a button which allows one to automatically generate a PDF report with the seismic data. Most of the code for that tool/feature is already in place but I need to still figure out the details between the integration of my website and the back end Ruby connection with SketchUp.

Once that piece of the puzzle is added then this tool actually becomes useful in the real world.
2
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Wed Feb 01, 2023 9:39 am

Once you have enough information specified in the Seismic tab then the “Download PDF Report” button will appear:



The PDF report will something like this (this one is actually a snow load report):

1
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Sat Feb 04, 2023 9:36 am

Version 1.0.5 - 02.04.2023
- Enabled a PDF Seismic Report generator within the Seismic tab of the Project Information tool.



https://forums.sketchup.com/uploads/sho ... Gs6xX8.pdf
2
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Sat Feb 04, 2023 10:27 am

Tutorial 3 - Seismic Reports (9:28 min.)

1
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Tue Feb 07, 2023 2:36 am

Version 1.0.6 - 02.06.2023
- Fixed a bug with the Title Block Tool.
0
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Thu Feb 09, 2023 5:50 am

Version 1.0.7 - 02.08.2023
- Added optional labels (x-axis and/or y-axis) for major grid lines within the Grid Tool.





This additional feature per customer request.
1
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Mon Feb 13, 2023 12:42 am

Version 1.0.8 - 02.12.2023
- Added floor layers to the Layer Control Tool.



Note the Floor plugin has not yet been released, this update is in preparation for when it is released.
0
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

Re: Medeek Project

Postby medeek » Mon Feb 13, 2023 1:54 pm

Version 1.0.8b - 02.13.2023
- Fixed a bug in the Estimating module for king stud quantities for windows and doors (metric units).
1
Nathaniel P. Wilkerson PE
Medeek Engineering Inc
design.medeek.com
User avatar
medeek 
PluginStore Author
PluginStore Author
 

SketchUcation One-Liner Adverts

by Ad Machine » 5 minutes ago



Ad Machine 
Robot
 

Next


 

Return to Plugins

Who is online

Users browsing this forum: brksnr, johnnydevil and 15 guests