DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
340 stars 188 forks source link

REVIT-222393 Fix Roof.Points throwing exception #3077

Closed AdrianaStanica closed 4 months ago

AdrianaStanica commented 4 months ago

Purpose

Added a wrapper over Revit RoofBase class because "All elements of Category" node returned elements of type UnknownElement when filtering by Roof category because of this missing wrapper, causing the Roof.Points node to throw an exception because it expects a Roof object, not an UnknownElement object

Declarations

Check these if you believe they are true

Reviewers

@Mikhinja