Model Groups: Duplicating System Families when creating additional Model Groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I recently received an issue where a model group was created but every time that a new instance of that model group is added, it is duplicating one of the system families. in the case of the question, it was ceiling type that kept duplicating, so I dug in and tried to find the uniqueness between the two model groups that would case the ceiling type to duplicate. There was absolutely nothing that was different between the model groups. If you ungrouped the model group and kept everything still selected and regrouped everything, the issue went away and i could make a hundred copies of the group with a problem. This left me puzzled but we had a solution that resolved the problem.
Being the tech people we are, we couldn't leave it alone. Someone proposed the idea of what if the ceiling type that is duplicating was created while in the model group edit mode? It got me thinking that seems like a logical workflow by many. So i created a fresh test project and tested this new theory.
Here was the workflow:
- Model a wall
- Create a model group of this wall
- Edit the model group and duplicate the wall type but don't actually use the wall type in the model group
- Close the model group
- Create additional instances of the model group
The results were the same as the original issue, each time the model group was placed, the wall type that was created inside of the edit mode, would be duplicated, even though the wall type did not exist in the actual model group, however a legend component is being included of that duplicated wall type within the model group.
My only logic is that because the routine was ran in the model group edit mode, for some reason Revit is adding a legend component of the duplicated wall type to the model group. What I still can't figure out is why it would duplicate the family type vs causing the model group to be different and force it to create a new model group.
What I have also discovered is, if I delete the original duplicated wall type that was created within the model group edit mode, the issue goes away. This would solve the issue as long as the original duplicated element is not used anywhere.
Has anyone else seen this and/or have found a method to break the cycle other than to ungroup and regroup?