I know its possible to import a dwg from Rhino Brep geometry into Revit that supports putting windows and doors into it. The problem is that the whole thing with many Breps imports as one big geometry. RiR direct shapes solves the problem of geometry separation but what I dont know is if its possible to import Brep walls with RiR as DirectShape that support putting windows and doors onto it? Otherwise it is pretty useless for my current workflow and everything would take way too long to import as native Revit elements. Thanks for the help!
Hi Bor,
To add Doors and Windows you will need native Revit Walls, not direct shapes.
Are there any scripts that aid in the process of taking Brep box geometries, and deconstructing them in a way to get all the inputs for making native revit walls. It would look something like deconstructing the Brep, Using the bottom face for the Line input, taking the thickness from the width of the box and same for the height of the wall. In theory I know how the process should go but to make it robust enough to get everything in revit as intended is a bit harder.
There are a number of medial axis scripts on the forum that would help get your linework, then organize your geometry/data per the variables required (type, height, …)