News:

SMF - Just Installed!

Main Menu

Recent posts

#21
Medeek Wall Plugin / Re: Development and Updates fo...
Last post by Medeek - February 07, 2023, 06:50:57 PM
Version 3.1.2b - 02.07.2023
- Fixed a minor bug with the Wall Selector Matrix (Gable, Shed and Hip walls).

This bug was due to some consolidation and general house cleaning I did with the code a few cycles back.  Even when a gable wall was selected it would automatically revert to a rectangular wall.  I just noticed this yesterday but the bug probably has been around for at least a month.
#22
Medeek Project Plugin / Re: Development and Updates fo...
Last post by Medeek - February 06, 2023, 05:37:51 PM
Version 1.0.6 - 02.06.2023
- Fixed a bug with the Title Block Tool.
#23
Medeek Truss Plugin / Re: Development and Updates fo...
Last post by Medeek - February 06, 2023, 02:03:47 AM
Version 3.2.3 - 02.06.2023
- Fixed an infinite loop bug for (full) roof returns on truss roofs.
- Updated the subtract feature to include roof return rafters and gutter downspouts for truss roofs.

#24
Medeek Wall Plugin / Re: Development and Updates fo...
Last post by Medeek - February 05, 2023, 08:21:37 PM
Version 3.1.2 - 02.05.2023
- Fixed a bug with metric templates that propagated from Version 3.0.8.
- Fixed a specific bug with auto-loading wall presets.

! ATTENTION !
Critical bug fix, especially for metric templates.  I highly recommend upgrading to Version 3.1.2 if you have installed Version 3.0.8 or later.

The auto-load bug has to do with enabling the auto-load preset option in the Global Settings and then subsequently deleting the preset that was selected as the default auto-load preset.
#25
Medeek Project Plugin / Re: Development and Updates fo...
Last post by Medeek - February 04, 2023, 09:27:52 AM
Tutorial 3 - Seismic Reports (9:28 min.)

#26
Medeek Project Plugin / Re: Development and Updates fo...
Last post by Medeek - February 04, 2023, 08:38:13 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/short-url/n033ufC1CYEjTuq6zTHraGs6xX8.pdf
#27
Medeek Project Plugin / Re: Development and Updates fo...
Last post by Medeek - February 01, 2023, 12:40:04 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):

#28
Medeek Project Plugin / Re: Development and Updates fo...
Last post by Medeek - January 29, 2023, 03:46:19 PM
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.
#29
Medeek Project Plugin / Re: Development and Updates fo...
Last post by Medeek - January 28, 2023, 06:11:23 PM
Looks like I have it successfully connecting now:



Honestly, a little bit off the beaten path with this latest series of developments since I am not dealing with your typical SU geometry here, but this goes to show that with the full Ruby backend and a built-in HTML browser just about anything is possible with the SketchUp API.
#30
Medeek Project Plugin / Re: Development and Updates fo...
Last post by Medeek - January 28, 2023, 02:46:39 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.