Detaching dimension objects from references entities

Detaching dimension objects from references entities

dhananjay_dixit
Contributor Contributor
264 Views
1 Reply
Message 1 of 2

Detaching dimension objects from references entities

dhananjay_dixit
Contributor
Contributor

May be this has been asked or requested earlier but is there a way using Revit API or any other method where we can detach the dimensions associated with the etities such that even if there is any change to the associated entities the dimension remains and doesnt get deleted?

 

Thanks in advance.

regards,

Dhananjay

0 Likes
265 Views
1 Reply
Reply (1)
Message 2 of 2

RPTHOMAS108
Mentor
Mentor

The only way you could get such behaviour would be to replace the current reference with a view based object such as detail line perhaps. The other option is to create some kind of faux dimension via detail component family that looks like a dimension but isn't one. This can be high risk strategy and goes against Revit methodology (having a potentially incorrect dimensional value).

 

Having said that sometimes dimensions disappear due to small changes and their omission completely change what is represented. probably should adopt an overall strategy of comparing last revision against new revision.