Hello, thx for reading me. I just want to draw pipes with Dynamo on Revit. I searched everywhere and no way to do this… Can you help me plz ? maybe using pipe by line ? but I don’t have line to draw the pipes. I’m lost…
Thank you for your answers.
Hello thank you for your answer but i already have the MEPover and i dont understand what im suppose to do now.
I just try to make a pipe from a line and Revit crashes everytime
This isn’t a crash, this is a Revit is thinking being mistaken for a crash. At first guess you’ve started an infinite loop as the type system is being changed (by creating an element in it), causing that node to refresh, causing the pipe to be redrawn, causing the pipe system to be updated, causing that node to refresh, causing the pipe to be redrawn…
Convert the graph to manual execution mode so things only run once, and see if that fixes it. If not please post the Revit journal for this session.