Message 1 of 1
Get mullion for u/v index in curtainwall

Not applicable
10-05-2017
03:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi;
I'm using revit 2018.
I'm trying to find the mullions that border each panel in a curtaingrid. I'd like a function that looks like IEnumerable<Mullion> mullionsForPanel(Panel p). Bonus points if we can do this without
CurtainGrid.GetPanel(uIndex, vIndex) allows me to access panels by grid index, but I can't find a corresponding function for accessing mullions. Is there a way to disocver the relationships between mullions and panels without comparing either their geometry or location curves?
thanks!
Andrerw