Message 1 of 4
Retrieve Curtain Panel Height from Host Level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Curtain panels don't have a built in parameter for base-of-panel height from the hosted level but the XYZ values can be obtained through Revit Lookup (as attached).
I'm looking to create a plugin that can change some curtain panel parameters based upon each panel's height from it's hosted level. I just need a few lines of code that can retrieve the XYZ.Z value of a given panel.
I'll grab all the panels using FilteredElementCollector & run them through a 'for each' loop to change parameters but I just need to apply nested "if else" conditions based upon height from hosted level.
Thanks