News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Medeek

#241
Starting to work on it today, its been a while.
#242
Version 3.1.6 - 03.26.2023
- Added inclined walls for all wall types: rectangular, shed, gable and hip.









This new feature can also be used on CMU, ICF and CMU CORE walls.
#243
I thought I would circle back to inclined walls since I had some questions on shed dormers over the weekend.

I've updated the wall menus to include these new parameters now I just need to create the boolean logic to modify the wall geometry accordingly:



This feature should give the user the flexibility to modify rectangular, hip, shed or gable walls as needed when an inclined bottom plate is required.
#244
Version 3.1.5 - 03.17.2023
- Added a fluting number parameter for classical columns.



Really wasn't wanting to dig into this right now but after a quick inspection of my code I realized it would only take me a few minutes to add in this additional parameter so that one could fine tune the look of the fluting of classical columns.

This update per customer request.
#245
Version 3.1.4 - 03.12.2023
- Added the following door types: flat one panel (single and double).





This update per customer request.
#246
Version 1.0.9 - 03.10.2023
- Fixed a bug with the Trim 3 tool.
#247
!!!! BUG ALERT - SKETCHUP 2023 !!!!

I've just identified an issue with the Foundation plugin and the current release of SU 2023.

Many of the tools within the Truss plugin still use the UI.inputbox module for simple menus, see example below:



If you notice that this type of menu appears (not an HTML menu) then press Alt-Tab which will then require you to refocus on the menu with your mouse and will also allow it to function correctly (unfreezes the menu).

I don't know all of the details however it appears that the backend framework has extensively changed and in the process a few focus bugs have slipped through and need to be ironed out with SU 2023.  See status and more details at the thread below:

https://forums.sketchup.com/t/sketchup-2023-changes-to-ui-inputbox-focus/220580

For now I would recommend staying with SU 2022 if you extensively use SketchUp combined with the Truss and Foundation plugins.  However the alt-tab work around should also keep you up and running if you have already migrated to SU 2023.

I am hoping that minor update will be forthcoming in the near future from SketchUp, which will save me from having to rewrite a significant amount of code and pull me away from the Floor plugin development.  If the bug is not fixed I will proceed to switch all remaining menus in the Truss and Foundation plugins  to HTML dialog type menus, that process could take upwards of two to three weeks.
#248
!!!! BUG ALERT - SKETCHUP 2023 !!!!

I've just identified an issue with the Truss plugin and the current release of SU 2023.

Many of the tools within the Truss plugin still use the UI.inputbox module for simple menus, see example below:



If you notice that this type of menu appears (not an HTML menu) then press alt-tab which will then require you to refocus on the menu with your mouse and will also allow it to function correctly.

I don't know all of the details however it appears that the backend framework has extensively changed and in the process a few focus bugs have slipped through and need to be ironed out with SU 2023.  See status and more details at the thread below:

https://forums.sketchup.com/t/sketchup-2023-changes-to-ui-inputbox-focus/220580

For now I would recommend staying with SU 2022 if you extensively use SketchUp combined with the Truss and Foundation plugins.  However the alt-tab work around should also keep you up and running if you have already migrated to SU 2023.

I am hoping that minor update will be forthcoming in the near future from SketchUp, which will save me from having to rewrite a significant amount of code and pull me away from the Floor plugin development.  If the bug is not fixed I will proceed to switch all remaining menus in the Truss and Foundation plugins  to HTML dialog type menus, that process could take upwards of two to three weeks.
#249
General Forum / Re: Future of Medeek Plugins
February 25, 2023, 02:23:38 AM
So far so good with SU 2023, but I am still testing and looking at it.
#250
The edit menu and draw menu are pretty much done now, just a few more tweaks and error checking and we might be able to start creating our first real floors with this thing:



I was going to include the blocking as an advanced option but after some further thought it seemed like it might be more intuitive to have the blocking be similar to beams and openings, where you can really customize the location and size etc... of each row of blocks independently.

I usually have a pretty good idea how I want things to go even before I start coding but sometimes you get halfway into it and you realize that an alternative method or system would be more optimal.
#251
Version 3.1.3 - 02.16.2023
- Fixed a bug with door presets within the Edit Door menu.
#252
Version 1.0.8b - 02.13.2023
- Fixed a bug in the Estimating module for king stud quantities for windows and doors (metric units).
#253
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.
#254
Here is a first look at what the updated Floor plugin Layer tab in the Global Settings looks like:



I just realized that the Layer Control in the Project plugin does not have a control in place for the new Floor plugin, there is always more to do.
#255
This was the birth of the Truss Designer (Oct. 8, 2013) which eventually led to the Truss plugin and all the other plugins.



P.S.
I was actually working out of a hotel for about 8 months, it wasn't much of a life but it did allow me to fully focus on my (side) work without any interruptions.

P.P.S
Notice the text sitting on the floor. Structural Analysis by R.C. Hibbeler. Without this text I would never have figured out the matrix analysis section of my code. Probably the most complex bit of code I've ever written, even to this day what it is does is like magic to me. Chapter 16 on Plane Frame Analysis using the Stiffness Method is the solution to the problem with which I was facing.