bdeGetLinkIntermediatePoints

Returns the intermediate points of a given link.

Syntax

intermediatePoints = bdeGetLinkIntermediatePoints(link)

Inputs

link
The link to get the intermediate points of.
Type: hwdcConnection

Outputs

intermediatePoints
The intermediate points of the link.
Type: matrix

Examples

Get the intermediate points of a given link:

          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          explicitLink = bdeGetExplicitLink(diagram, block, 1, 'output');
          intermediatePoints = bdeGetLinkIntermediatePoints(explicitLink);
        

          
            intermediatePoints = [Matrix] 3 x 2
            364.80425  11.06836
            376.67901  11.06836
            376.67869  53.98048