Hello,
I am trying to sort model elements based on their Revit category. I tried using the content cache component (which organizes the elements into layers by model category), however, it pushes blocks into rhino and I want model geometry that is workable. My alternate approach was to use the element geometry component and organize the elements based on model category (or by workset, or material ect,) and then push the element geometry that way.
While I was working through this process I noticed that the element geometry component doesn’t respect the tree structure that is inputted into the element node. Is this intentional? or could this be updated in a later release,
I tried trimming the tree to match the correct data structure but the data did not match the desired structure
My guess is elements such as windows have more components once they get broken down from a family to elements.
Maybe trimming the tree is the correct solution?
Element Geometry Bug.gh (34.3 KB)
I have attached a grasshopper script with internalized data.
Thanks!

