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

#871
Version 1.3.8 - 04.26.2020
- Added additional logic to the blocking and insulation modules for short wall panels.

#872
Version 1.3.7b - 04.25.2020
- Added a Global Reset button in the General tab of the Global Settings.



No more messing around with registry entries, plist files and JSON files.  Just click the button and you start with a clean slate, why didn't I think of this before.
#873
Version 1.3.7 - 04.25.2020
- Fixed the HTML tabs of the global settings (page 2).
#874
After some further analysis it would seem that I need one additional "end" wall condition, see image below:



In this situation you have multiple walls coming together at a single location.  The exterior walls constitute an inside corner however the interior wall is not a normal "tee" intersection.  If one uses the "end" condition then the end of the interior wall is wrapped with gypsum as shown and the gypsum on the exterior wall is not removed.  It you try to use a "tee" condition the interior wall top plate wants to remove part of the exterior wall's top plate, so this doesn't really work either.

I am going to call this wall condition a "terminal" wall condition.  Essentially it is identical in behavior to the "end" wall condition however it does not get a gypsum wrap (interior walls), but it will also still remove any gypsum/sheathing/cladding of any wall it terminates against.

See model here:

https://3dwarehouse.sketchup.com/model/0ab6f9a1-e1ff-43c2-bcff-96db69cb1438/Terminal-Wall-Condition
#875
Version 2.7.2b - 04.24.2020
- Enabled the "Edit Truss Assembly" function for all tail bearing trusses (imperial and metric units).
- Labels and callouts added to tail bearing trusses.





This update also resolves a potential bug that could cause the plugin to go into a infinite loop if the birdsmouth cut exceeds the depth of the top chord of the truss.  If you are using tail bearing trusses I highly recommend upgrading to this latest release.

The updated module is now properly creating the gypsum on the underside of the truss (three pieces).
#876
Version 2.7.2 - 04.24.2020
- Added wall sheathing thickness and wall cladding thickness parameters to the advanced options for trusses.
- Enabled advanced options for tail bearing trusses.



I still need to enable editing and labels for tail bearing trusses.
#877
Version 1.3.6 - 04.22.2020
- Resolved an issue with UTF-8 encoding.
#878
First look at the Skylights Toolbar:

#879
Velux has their official models in the warehouse but as usual there are too many details in these models, so I had to create my own low poly versions that are dimensionally accurate:



https://3dwarehouse.sketchup.com/model/f56a0a28-e161-46ce-a051-ea081c9e2a74/Medeek-Skylights-Velux-Low-Poly
#880
Skylights have not been on my official todo list but now they are.

I've actually been tossing the Skylight idea around for a while now, how best to implement it within the various roof modules.  I've got some ideas already but I haven't finalized it yet.

Does anyone have any specifics or suggestions on the actual skylight models/components that I should use.  Specific brands, reference drawings, that sort of thing.

My thinking is to have some fairly generic skylight models that the user could chose from.  The skylight module would then bring these components into the model and also cut the corresponding holes in the roof cladding and sheathing.  I would also have a tool for editing and deleting a skylight.  As far as moving the skylight on the roof plane, I would allow the user to simply click into the roof assembly and moving the skylight with the native tools as they see fit, this would be the simplest way of handling re-positioning.

Again, I'm still tossing this idea around, trying to shake out the best system for implementing it, any feedback is appreciated.
#881
Tutorial 11 - Split Wall Cladding (6:49 min.)



With the polyline stemwall module I have already implemented an option for hiding edges (same sort of issue).  I may do the same for the cladding however in a situation like this, where you have two walls of dissimilar height things get a bit more complicated.
#882
Version 1.3.5 - 04.18.2020
- Enabled single and double sidelites for arched doors with a transom.
- Added a leg height parameter to the door edit menu for arched doors.
- Enabled double sidelites for arched doors without a transom.





Along the way I also addressed some minor bugs with regards to door openings and the exterior wall trim.  I highly recommend upgrading to this latest release.
#883
I'm trying to wrap up the whole arched door (with sidelites) issue.  I'm currently looking at the situation where you have sidelites but no transom, this turns out to be the more complicated situation since both the door and the sidelites follow the arch of the doorway.

As nearly as I can tell an arched door always will have double sidelites and not a single sidelite:



Correct me if I'm wrong.
#884
First look at an arched door with sidelites and transom:

#885
I've added a parameter which shows the leg height of the transom or arched door way, it is currently not a user editable parameter but I will test it further and may make it user definable if that makes sense:



The arch leg height is defined or calculated by the following three parameters:

door width (w), transom/door height (h), arch radius (r )

and given by the following equation:

L = h - r(1-cos(asin(0.5*w/r)))