Book a Demo

Author Topic: Working with Block Diagram Links  (Read 5021 times)

rayj

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Working with Block Diagram Links
« on: August 25, 2014, 10:02:56 pm »
How can I learn how to efficiently build links between blocks?  

When I make a link and I want subsequent links to be similar, the 'Get Style' and 'Apply Style' don't seem to work.  So I click each link and use the context menu to select the style.  Is there a more efficient way to do this?

Ray

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Working with Block Diagram Links
« Reply #1 on: August 25, 2014, 11:11:30 pm »
There are not many options. Connectors are 2nd class citizens. You can set a few defaults via Tools/Options/Links but style only applies to elements. If you want more sophisticated settings you might consider writing an add-in.

q.

rayj

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Working with Block Diagram Links
« Reply #2 on: August 26, 2014, 02:10:59 am »
q

Thank you.  I'll just give more attention to that second class citizen.

I read somewhere else about people writing add-ons.  Where can I read more about that?  I found a page of what add-ons have been built.  Is there info and how to build add-ons?

Ray

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Working with Block Diagram Links
« Reply #3 on: August 26, 2014, 02:23:35 am »
Check out Geerts page. He has some framework and a special EA Explorer and a tutorial on how to write an add-in in C++.

If you want to get acquainted with EA's API of course I can recommend my books ;)

q.

rayj

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Working with Block Diagram Links
« Reply #4 on: August 26, 2014, 11:15:58 am »
q

Thank you for the info.  When I first read about EA, I began wondering about the relationship between designing systems via SysML and designing the design processes with BPM.  I see that you have a range that seems to span these domains.  

What's your thoughts?

Ray

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Working with Block Diagram Links
« Reply #5 on: August 26, 2014, 05:00:17 pm »
Quote
Check out Geerts page. He has some framework and a special EA Explorer and a tutorial on how to write an add-in in C++.
I's actually C#, but thanks for the reference :)

Geert

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Working with Block Diagram Links
« Reply #6 on: August 26, 2014, 06:41:59 pm »
Quote
I's actually C#
From my perspective not a real difference ;D

q.