How are people handling door IDs in projects with non-residential repetitive modules (labs, hotels, hospitals, office buildings, schools)?
1) My usual way of doing that was to use hotlinked modules for the repetitive stuff and get the door tag to identify the door type, which works OK. But I am now discovering that
2) many US practices use the tag to identify the door *unit*, so that each individual door in the building gets a unique ID, which I think there is no way of doing with repetitive hotlinked modules.
Given the choice of modeling everything 20 or 200 times each time a change is made to the repetitive design or putting the door tag ID manually at the end of the process I guess I would go for the manually tacked-on door tag object --but that will not show in the door schedule. I am trying to understand the reason for the unique ID for each door, and I am thinking that maybe it is a practice coming from residential and that should be done away with in this type of buildings (where each door is less unique anyway), but since this is the first time I come across this method I am not sure if there is any hidden logic to it that I am not seeing.
3) Another option would be to break the hotlinks at the end of the process and manually give an ID to each door object, which would then show in the schedule. But since nobody can ever be right about when 'the end of the process' is, in practical terms this would end up working exactly the same as '2)'.
So what is everybody doing?