Rhino.Inside convert "Revit Element" to standard Rhino Geometry

Hi, I am trying to set up a script that essentially takes everything from a Revit model, sorts it into various categories (walls, floors, windows, ect..) and places them on their own pre-defined layers.

I am trying to use eleFront to do this but am running into an issue. I am Using the eleFront attributes node which should be doing the trick, but when I bake, it is tossing those objects on a Sublayer under a layer it creates itself called “Revit”. This is not what I want. I am assuming it has to do with the fact (as seen in the panel) that the objects are defined as “Revit Walls” - is it possible to purge the meta data associated with Revit Elements? Perhaps convert them to Breps or something inside of Grasshopper?

Thanks!


Do you have Rhino 8? A lot of these components of layers and objects are built into GH in version 8.

Here is an older guide that I believe will work with Elefront also if needed.

Hi Scott, thanks for the quick reply. I do have Rhino 8, so if you have a way to do it without Elefront that would be great.

I am also not seeing the guide, if there was one attached.

Thanks!

I run this definition to grab everything:

Rhino8_import Revit.gh (9.3 KB)

Thanks so much! Just what I was looking for. Appreciate the help.