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.
Examples
diagram = bdeGetCurrentDiagram();
bdeAutoCorrectLinks(diagram)