Calling Element.Faces in Python

Thanks for the suggestion, unfortunately I get 'Family Instance Has No Attribute…

I get results from this method… But when I extract faces later, I get no references to work with down the line…

familySolid = []
for hosted in itemlist:
   solid = hosted.Geometry()
   familySolid.append(solid)

Here’s the dyn&rvt… Dim Walls-C.dyn (32.4 KB) dim.rvt (1.9 MB)

I am interested to know how to call these nodes, I can bring in some but not others… there’s a discussion here, but not the final working code…

Thanks again :slight_smile:

Mark