Create Duct based on Line Geometry, how?

Hello,

with pipes it worked well for any reason here is the input curves and not lines ? i unable to create a duct. An i got no error


I am happy about any info…

KR

Andreas

The Element.Geometry node is providing the most appropriate sub-class of the object (i.e Line) and not the super class Curve. Try removing the Element.Geometry node in the path.

Next - Which package is Duct.ByCurve from? Upgrade or install MEPover and try DuctRectangular.ByLines

1 Like

@Mike.Buttery ,

i tried this without success…

without errror or warning, is difficult to handle… i feed it just with 5 modelllines (convert to Lines)
it worked with pipes but not ducts.

KR
Andreas

I managed to get it working (Rvt 2024) using 3 chained model lines
Used FilteredElementCollector for DuctType and MechanicalSystemType

1 Like

You might have mismatching numer of elements at input. Try with one line see if it works. Then try with two. If it fails then it means its expecting matching numbers of inputs on some fields.

1 Like