Reputation: 85
I currently have a package that contains model diagrams only. These model diagrams include elements from a common library that other packages include in their diagrams. I want to avoid baselining the library package and diagram package separately since the library is very large.
What would be the best way to baseline the package with the model diagram to include all the elements in its diagram?
Upvotes: 0
Views: 134
Reputation: 85
One solution I made was a VBS script to read the diagrams in the specific package for all elements and bring them into the package to baseline, it will then baseline the package. After baselining, it returns those elements to their original parent packages.
Upvotes: 0