This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Copy the selected elements to another model | |
| // | |
| // https://gist.github.com/eduardobbs/e39b00f45d12f43a55c31823facf0926 | |
| // Requires jArchi - https://www.archimatetool.com/plugins/ | |
| // | |
| // (c) 2020 Eduardo Cuccolotto Sequinel | |
| var msg = "Which model is the destination one (enter its index)?"; | |
| var modelList = $.model.getLoadedModels(); |