jeremytammik / RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
http://thebuildingcoder.typepad.com
MIT License
1.03k stars 294 forks source link

Add support for Panels and Curtain Grids #215

Closed SergeyNefyodov closed 2 months ago

SergeyNefyodov commented 2 months ago

Summary of the Pull Request

What is this about:

I added support for CurtainGrid class: GetPanel and GetCell; and for Panel class: GetRefGridLines

GetRefGridLines returns void, but has 2 refs arguments, so I suggest to change order of checks in DescriptorBuilder.cs.

Quality Checklist

Nice3point commented 2 months ago

That's awesome, thanks