Author Topic: Diagram Layout  (Read 3721 times)

martin1

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Diagram Layout
« on: August 21, 2015, 04:16:22 pm »
Hi,
I deal with somewhat large models where its corresponding diagrams are generated automatically. My models consist of blocks with ports, unfortunately port-to-port connections (relationships) are rendered horribly and demand huge efforts for beautification. Problems are lines through blocks, overlappings, etc. Is there any solution for these kind of problems? Any additional tools?

Thanks

Martin

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Diagram Layout
« Reply #1 on: August 21, 2015, 04:40:40 pm »
You can try the automatic layout either manually or though automation via Project Interface.LayoutDiagramEx ()

If that doesn't do what you need then you can still write your own layout function.

Geert

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Diagram Layout
« Reply #2 on: August 21, 2015, 07:19:53 pm »
Ports are not part of the auto-layout mechanism.

I once wrote some scripting helpers to aid with the layout of ports (distribute even/align opposite ports).

q.
« Last Edit: August 21, 2015, 07:20:25 pm by qwerty »