MindFusion.Wpf Pack Programmer's Guide
RoutingOptions.EvaluateFarPoints Property
See Also
 





Gets or sets a value indicating whether the router should evaluate paths between all sides of conencted nodes to find ones with lower overall cost.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool EvaluateFarPoints { get; set; }

Visual Basic  Copy Code

Public Property EvaluateFarPoints As Boolean

 Property Value

true to evaluate more distant pairs of node sides, or false otherwise. The default value is false.

 Remarks

By default, GridRouter evaluates paths only between the closest pair of node sides or anchor points, minimizing the total LengthCost but potentially increasing the overall cost when other factors are considered (number of bends, crossings costs, etc). Set this property to true to include longer paths during total cost evaluation. Note that enabling this property will increase processing times.

 See Also

RoutingOptions Members
RoutingOptions Class
MindFusion.Diagramming.Wpf Namespace