This layouter is a s special version of OrthogonalEdgeRouter that can be used as a path finding strategy in ChannelEdgeRouter .

Namespace: yWorks.yFiles.Layout.Router
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class OrthogonalShortestPathPathFinder : OrthogonalEdgeRouter
Visual Basic
Public Class OrthogonalShortestPathPathFinder _
	Inherits OrthogonalEdgeRouter

Remarks

This layouter is a s special version of OrthogonalEdgeRouter that can be used as a path finding strategy in ChannelEdgeRouter . It takes a bit longer than using the default path finding strategy OrthogonalPatternEdgeRouter but therefore will create no node crossings. It can be configured like OrthogonalEdgeRouter.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout.Router..::..OrthogonalEdgeRouter
      yWorks.yFiles.Layout.Router..::..ChannelEdgeRouter..::..OrthogonalShortestPathPathFinder

See Also