Book a Demo

Author Topic: How to set same object Height and Width through multiple diagrams  (Read 7324 times)

vladap

  • EA User
  • **
  • Posts: 79
  • Karma: +0/-0
    • View Profile
Hi All,

I am looking for a solution how to set same size for specific objects in my diagrams. Main reason is that I am putting all diagrams together on one canvas and there is starting to be visible  :)

I found here a solution using Shape Script, but its not possible to use for me. I am using mostly Archimate and stereotype is already used this notation.
Is the only option to write some JS which I will run through the diagrams?

thanks for advises
« Last Edit: April 28, 2020, 10:41:46 pm by vladap »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: How to set same object Height and Width through multiple diagrams
« Reply #1 on: April 29, 2020, 09:08:52 am »
It's not something that EA makes easy to do.

Options include:
  • A script eg. that copies the size of the objects to all occurrences of those objects on open diagrams.
  • Remove the object from the target diagram. (I think you need to save and re-open it as well) then copy and paste from the source diagram
  • Read the size and position from the status bar and manually position on any other diagrams (Ctrl+arrow to size, shift+arrow to move)