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

GetBoundarySegments method of spatial elements support added #187

Closed SergeyNefyodov closed 7 months ago

SergeyNefyodov commented 7 months ago

Summary of the Pull Request

Adding support of displaying GetBoundarySegments method of SpatialElement class:

User can now see all the boundary segments depends on SpatialElementBoundaryOptions in 8 variants.

For boundary segments users can now see its IDs and length in Name in Left Panel to quickly analyze room boundaries.

Added 2 classes: SpatialElementDescriptor and BoundarySegmentsDescriptor

Quality Checklist

Nice3point commented 7 months ago

Awesome, thanks