Jump to content

Combining two Projects


Nikhil
 Share

Recommended Posts

If we have two independently developed projects, is there a good way to combine these projects together? I do not want to load them as libraries. My intention is to port over objects and models, so that they can be accessed through the navigation bar and the project library. This will allow them to be edited and debugged while developing hierarchical models.

Link to comment
Share on other sites

  • 4 weeks later...

That depends on exactly what you want.


If you want to combine *projects* together, then you can just create a new one, open the ones you want to copy objects out of as libraries, the go to the Project's Models view, and select either Copy From Library to Edit (if it is going to be a different object in just this project) or Clone From Library (if you really just want to "merge" the two, which is why this option exists).


But if you want all components of both models to appear all together in a single model object, without using sub-objects, it is much more difficult. You can select all and copy everything in the facility view with one action. But for everything else you must copy and paste every individual component separately (e.g., each TallyStatistics Element, each Process, ...).

Link to comment
Share on other sites

×
×
  • Create New...