Hi,
I’m looking for a script that can be used to convert pipes from DWG to RVT. Specifically, I need a solution that can take the pipe geometry from a DWG file and convert it into Revit family instances (RVT format) using Dynamo or any other recommended method.
Thank you for your assistance!
Best regards,
I get this message when opening the script “The graph has an unresolved nodes and cannot be saved. This may be caused by a missing package, incompatible package version, or missing host program. If you save as, the unresolved nodes will be removed.”
Hi, you have missing dependencies (packages).
You will need to download the missing packages from the package manager.
I would also recommend referring to this very useful guide and going step by step through it
https://primer.dynamobim.org/ .
If you get stuck any further please post screenshots of what you are trying with the errors visible and all outputs expanded.
Thanks
1 Like
Can you attached example drawing
You can use CurvesFromCADLayers from Bimorph Nodes to convert Autocad geometry to Dynamo geometry, then generate those curves into pipe by using MEPover package