Book a Demo

Author Topic: Diagram Element Export as XMI  (Read 2966 times)

m2i7c9k

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Diagram Element Export as XMI
« on: August 16, 2023, 06:38:34 pm »
Situation:
I have an EA package called 'Catalogs' which has a static view for my elements (components, etc..)

And I want to export a diagram with elements for my client, and I don't want to export other components.

So, the question is, is there a way how to export the diagram, + diagram elements from other packages?

Thanks

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Diagram Element Export as XMI
« Reply #1 on: August 16, 2023, 06:43:22 pm »
Only as an image. You could write a script to move the elements temporarily to a temp folder and export that before moving them back. Not too difficult but also not a no-bainer.

q.

m2i7c9k

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Re: Diagram Element Export as XMI
« Reply #2 on: August 16, 2023, 08:02:27 pm »
Thank you