DynamoDS / DynamoRevit

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

LinkElement unloaded links bug fix and LinkInstance name change #2993

Closed dariaivanciucova closed 8 months ago

dariaivanciucova commented 8 months ago

Purpose

This PR fixes a bug that's occurring for LinkInstance and LinkElement nodes when one of the Links is unloaded. The bug is recorded here

This fix addresses the following scenarios:

image

This PR also reverts back to the class name LinkInstance from RevitLinkInstance image image image

Declarations

Check these if you believe they are true

Reviewers

@reddyashish @Mikhinja

FYIs

@dnenov @Amoursol

dariaivanciucova commented 8 months ago

@Mikhinja this is the fix for https://jira.autodesk.com/browse/DYN-6376, can you review please?