Search
QuickRouter Members
Constructors Properties Methods
 


Implements a very fast link routing algorithm that uses a tree to represent the free and occupied regions in the diagram.

The following tables list the members exposed by the QuickRouter type.

 Public Constructors

  Name Description

QuickRouter

Overloaded.  

 Public Properties

  Name Description

Diagram

Gets or sets the diagram this router is associated with.

Granularity

Gets or sets the granularity of the obstacles map generated by QuickRouter.

TurnCost

Gets or sets a value added to the total cost of a route if it makes a turn.

UBendMaxLen

Gets or sets the maximum U-bend length.

 Public Methods

  Name Description

RouteAllLinks

Routes all links in the diagram.

RouteLink

Implements ILinkRouter.RouteLink.

RouteLinks

Implements ILinkRouter.RouteLinks.

 See Also