Creates a bus link between srcBlock and destBlock. Can link to other bus ports and explicit ports. Does not make an interferance block automatically when trying to connect
bus port to implicit ports. Cannot connect to activation ports.
Creates an explicit link between srcBlock and destBlock. Can connect to other explicit ports and bus ports. Does not make an interferance block automatically when trying to connect
explicit port to implicit ports.
Creates an implicit link between srcBlock and destBlock. Does not make an interferance block automatically when trying to connect an implicit port to explicit ports. Can connect
implicit and explict ports in the ui but through the api you must connect an implicit port to an implicit port.
Sets the color of a link. Red is for activation links, green is for bus links, blue is for implicit links and explicit links are the rgba value of
64, 64, 64, 255.
bdeAutoCorrectLinks
Takes diagram and auto corrects the links so that they all create orthogonal angles with one another.
bdeCreateActivationLink
Creates an activation link between srcBlock and destBlock. Connects two blocks with ports of type activation.
bdeCreateBusLink
Creates a bus link between srcBlock and destBlock. Can link to other bus ports and explicit ports. Does not make an interferance block automatically when trying to connect bus port to implicit ports. Cannot connect to activation ports.
bdeCreateExplicitLink
Creates an explicit link between srcBlock and destBlock. Can connect to other explicit ports and bus ports. Does not make an interferance block automatically when trying to connect explicit port to implicit ports.
bdeCreateImplicitLink
Creates an implicit link between srcBlock and destBlock. Does not make an interferance block automatically when trying to connect an implicit port to explicit ports. Can connect implicit and explict ports in the ui but through the api you must connect an implicit port to an implicit port.
bdeGetActivationLink
Returns an activation link in the diagram that is part of block. Can only link to other ports that are activation ports.
bdeGetBusLink
Returns a bus link in the diagram that is part of block.
bdeGetExplicitLink
Returns an explicit link in the diagram that is part of block.
bdeGetImplicitLink
Returns an implicit link in the diagram that is part of block.
bdeSetLinkColor
Sets the color of a link. Red is for activation links, green is for bus links, blue is for implicit links and explicit links are the rgba value of 64, 64, 64, 255.