Development and Updates for the Medeek HVAC Plugin

Started by Medeek, June 18, 2025, 05:24:47 PM

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

Medeek

The Medeek HVAC icons shall be:






Maybe a little boring but sometimes I think simple is better.



Nathaniel P. Wilkerson, P.E.

Medeek

Juju had no idea what he was starting in 2015 when he asked me if the Truss plugin would become a *bona fide* extension...



Thanks to him I am now starting on my seventh "bona fide" extension.
Nathaniel P. Wilkerson, P.E.

Medeek

Besides the segments we also need to the nodes as part of the primitive assembly:



Now that I have the primitives established I can develop system of configuring the segments and nodes that make up the duct network.

Nathaniel P. Wilkerson, P.E.

Medeek

First look at the main assembly edit menu:



It seems like these menus always start off simple but then get overloaded with parameters. I will do my best to keep it simple but feature requests will ultimately dictate what form it evolves to.

Rectangular duct appears to be working as far as corners that "bend". I've still need to add in round and oval ducting, both of which should not be too much more difficult than square or rectangular ducting.

A few more editing tools to add (ie. segments, nodes, edge editing etc...). My youngest soon suggested that I also include a copy or eye drop tool similar to what is in the Wall plugin. I think this makes sense since it will be quite tedious to edit a bunch of segments or nodes and have to update them all separately.

I think it might also be useful to create a tool(s)which allows one to join or split an assembly into different assemblies.

After that I need to start adding in options for the nodes (ie. registers, boots, transitions etc...)

When creating a new duct assembly from a bunch of edges currently one has to select each edge by clicking on it. I think it need to update the tool so that one can drag a window and select the edges this way if desired. I've actually never programmed a "window selector" in any of my tools thus far so that should be interesting and maybe a little challenging.
Nathaniel P. Wilkerson, P.E.

Medeek

The same duct assembly switched to round and oval profiles:





I don't really see any other duct profiles being used than these three (Round, Rectangular, Oval).

In the next week I will be adding the "Edit Segment" and "Edit Node" menus/tools. Once those are complete I will need some beta testers to provide feedback and feature suggestions. If you are interested and can provide high quality feedback then I would be willing to issue you a license. Please be aware that this plugin is in no way ready for a production environment. I still need to clean up the global settings (borrowed from the Floor plugin) and a number of tools are still needing to be added.

Please email me (nathan@medeek.com) if you are interested. I probably will only issue about 10 licenses for BETA testers, I don't want too many voices at this point. My preference is that you are familiar with HVAC and you do some of this modeling within SketchUp.
Nathaniel P. Wilkerson, P.E.

Medeek

I have no idea if there is an industry standard with these measurements.  Typically boots are call out by the inlet duct size (ie. 4", 6", 8" RND) and and angle and then the register size (rectangle - ie. 10x4).

However the other dimensions shown are a bit of a mystery to me.



In particular the 4" throat length and the 2.5" vertical rise of the register box (my best guestimates).  These dimensions will actually control the location of the register and/or the duct.  How do I get more info or data on these measurements?

To specify this boot completely my part number would probably be:

BOOT_10X4_90_RND_6

Additionally one could orientate it any rotation within the round duct so there is a rotational parameter.

Is it better to pre-model various sizes and configurations or provide parameters and generate the geometry on the fly?
Nathaniel P. Wilkerson, P.E.

Medeek

I'm debating whether to model the collar as shown. It does make the fitting more realistic but it does add some volume to the overall solid, which may affect my volume calcs if needed. I suppose I could figure out a clever way to calculate this out of the volume if it ever becomes an issue.



Thoughts?

Here is the start of the "boot" library:

4", 5", 6", 7", 8"

The naming convention is:

BOOT90_4X10X6_2

The last number indicates the vertical rise of the register box.



I think I have a enough now to start testing the component insertion logic.
Nathaniel P. Wilkerson, P.E.