Author Topic: Goup exposed Interfaces inside of a component class  (Read 7543 times)

2pointO

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Goup exposed Interfaces inside of a component class
« on: July 06, 2016, 06:04:16 pm »
Hello,

I have a few components to which I want to add several exposed Interfaces of different types. I add them to the component so I can move them around on the edge of the object and connect them with other objects.
Is it possible to group those exposed interfaces into categories. I know I can create an interface object but then I can't attach it to the component any longer and lose information displayed through the component (the interface object has no information.). For example:

Component : Dog
Interface category : move
exposed interface : slow , fast , not ....

displayed in a hierachical structure so I can add to the component dog the exposed interface : move.slow or move.fast or just move.

Basically I want to group them together in a folder but INSIDE of the component so that I still can move it around and attach it to the componet it's supposed to be for. Any hits, tips?

Thank you.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Goup exposed Interfaces inside of a component class
« Reply #1 on: July 06, 2016, 07:14:39 pm »
I guess by using ports and adding the interfaces to them you can achieve that.

q.