My company uses proprietary BIM software that, when imported, comes into Revit as an Import Symbol. They have no solid surfaces or shapes. They are basically just 3D linework. I have been tasked with finding a way to get Revit to recognize them as solid objects for the purposes of clash detection, positional data, etc. I believe Dynamo might be one of my best chances to do so, but I’m pretty new to it. So does anyone know of a way to get Dynamo to turn 3D linework into solid objects within Revit?
The idea I’ve heard so far is by using the node “DirectShape.ByGeometry”, following the YouTube tutorial at this link: https://www.youtube.com/watch?v=g9sWcjZmqy8. Unfortunately, my company’s cybersecurity is preventing me from using the built-in Dynamo Package Manager, so if I have to use custom packages, I will need to install them manually, which I am not very confident actually works…
Any help is appreciated!