Calculates actual route and returns it as an array of points.
Namespace: MindFusion.Diagramming
File: Router.js
SyntaxJavaScript
Copy Code
|
|---|
function routeInternal (link) |
DiagramLink. The link to route.
Array.<Point>. An array of points representing the link's new shape, or null if routing fails.
See Also