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
Correct the diagram's links:
diagram = bdeGetCurrentDiagram();
bdeAutoCorrectLinks(diagram)