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
[x] The code base is in a better state after this PR
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
*.resx
filesReviewers
@Mikhinja