bdeAutoCorrectLinks

Takes diagram and auto corrects the links so that they all create orthogonal angles with one another.

Syntax

bdeAutoCorrectLinks(diagram);

Inputs

diagram
Diagram to auto correct links of.
Type: diagram

Examples

Correct the diagram's links:
diagram = bdeGetCurrentDiagram();
        bdeAutoCorrectLinks(diagram)