Book a Demo

Author Topic: How to export or copy full structure of multiple package  (Read 3671 times)

rydrecri

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
How to export or copy full structure of multiple package
« on: July 18, 2023, 06:22:19 pm »
deleted
« Last Edit: March 11, 2025, 02:03:20 am by rydrecri »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to export or copy full structure of multiple package
« Reply #1 on: July 18, 2023, 07:42:34 pm »
Either from the top root or you export each package (finding the needed ones manually) into another file. There is (AFAIK) no mechanism to do this automagically.

q.

BobM

  • EA User
  • **
  • Posts: 144
  • Karma: +9/-0
    • View Profile
Re: How to export or copy full structure of multiple package
« Reply #2 on: July 20, 2023, 06:42:08 pm »
IF your modelers follow certain set rules you could script this according to those rules.
Sparx cannot do this as a script that would cover every single scenario would be a horribly performing monstrosity.

What we did as a quick workaround is export all potential shared elements in a file and export the specific folder (which can be shared) and send them both.
Our shared elements folder is massive but if it works, it works.