Get Structural Foundation Attached to Column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am writing a Python revit extension using PyRevit. I need a way to be able to gather all structural isolated foundations, and then figure out what structural column they are attached to.
When Revit attaches a foundation to a column base, it doesnt assign it a "host" as I have figured out so I'm struggling on other ways to get this relationship.
The context is that we use structural columns for foundation pier elements. I want to create a foundation tag that also places the pier tag at the same time, by being able to identify the element ID of the assosicated pier. I know Revit has some internal way of tying these elements together but I'm not sure what it is?
Any help is appreciated.
@jeremytammik I see you posting solutions to these types of questions alot, any advice for this one?