I’ve created some custom nodes which focus mainly on the MEP side of Dynamo/Revit. It’s my first package that I’ve uploaded to the package manager website so I hope it all went well.
I would love to get some feedback on the nodes whether they work as expected or things that I could improve upon.
Just search for MEPover on the package manager website or from within Dynamo.
The problem is probably the conduit type. You have to feed it an actual conduit type. Look for the node ‘Element Types’ and connect that to the node ‘All elements of type’. Look up ConduitTypes in the first node to get all the conduit types, including EMT.
Please let me know if that works.
You are still feeding it a string instead of the actual type. On top of that the curves schould be dynamo curves or lines instead of Revit model curves.
Not at a computer at the moment, but maybe this example of a cable tray will help:
Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed.
Traceback (most recent call last):
File “”, line 44, in
File “”, line 44, in
File “”, line 44, in
File “”, line 44, in
File “”, line 44, in
SystemError: The type initializer for ‘Autodesk.LibG.LibGPINVOKE’ threw an exception.
I had already reinstalled the package and dynamo. Do you have any guess what might be?
Finally!! The problem was the conflict between Revit 2017 and 2018.
For some reason some old files from Revit 2017 were still on my computer and probably Dynamo has being confused and now it works!!!
Hello T_Pover.
First of all, thank you for the package. Good job!
I tried the MEP Connector info and got a list of ConnectedElements.
Is it possible to get the ConnectedElements as before and after the element depended on the flow direction in the system.
Image: No 1 is before, No 2 is the element and No 3 is after. The blue arrows are the flow direction.
Hello Christian,
I won’t have access to a computer for the coming days, so from the top of my head: I believe the ‘info’ port on the node gives you the direction of the connectors. So with that you should be able to figure out the order of the connected elements.
Please let me know if that’s not what you’re looking for, then I will look into it next week.