I created a Dynamo script that splits ducts, but when splitting, it does not add a flange between the split ducts.
Could someone help me finish this script? I don’t have much experience with Dynamo, but I’ve divided it so that it first detects if the duct has a height, as I don’t want circular ducts to be selected. Then it filters by size, and so on.
i have a similar script and it does it automaticly. I think you can set it anywhere else, something like auto routing, Ducttype settings regarding connection.
I normally use genius loci split tool and will keep the system, another could be MEPFitting.ByPointsAndCurve from mepover, works great as well…PS your flange family lives in the ductserie----openmep should have nodes as well
Thank you very much. I tried using the same method, but the code block doesn’t seem to work. Another question: how would it know where to split? For example, I need it to split every 1500 mm.
I’m trying to filter rectangular ducts, but when I use List.FilterByBooleanMask with a true/false list, it doesn’t filter correctly. The output is a mix of false and true values.
yeah thats not the best way sort for rect vs round ducts imo.., thats why i just use paramereter exist from clockwork a fast way imo.., but many ways to do that, we could find the shape itself..