I’m currently working on a “Health Check” script for which I need to verify if the Geometry, within our Revit Families, correlates to the correct subcategory/Object Style. I would like to run this script from the project environment.
I have been able to retrieve the categories and subcategories for each Revit Family, using Family SubCategory from the GeniusLoci package. However, as far as I’ve been able to get, this is a dead end since through this approach am I not able to check the specific geometries within each Family, I just get the subcategories us.
So my question is, does anyone know how to retrieve/view, per geometry in each Family, what its corresponding SubCategory and/or Object Styles are?
I see, that’s an answer too.
Is there no way at all to view the subcategories of geometry within Families from the Revit Project?
Or even a way to just retrieve all the separate geometries per family (besides element.geometry, something including some information)?
Note that you might want to set up a 3D view which sees each geometry object at each scale as a first step in your process to ensure you’re catching fine/medium/course geometry correctly.