DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
328 stars 184 forks source link

DYN-6390 Fix Levels and Family wrapper names #2998

Closed dariaivanciucova closed 7 months ago

dariaivanciucova commented 8 months ago

Purpose

Fix Revit crashing described in https://jira.autodesk.com/browse/DYN-6390

The fix addresses issues with two classes (Level, Family) that display the name of the element in the preview.

image

The fix adds an extra check for valid element and displays 'empty' instead of crashing.

Declarations

Check these if you believe they are true

Reviewers

@Mikhinja

FYIs

@dnenov @Amoursol