This LayoutStage removes all collinear bends found in the graph.
Namespace: yWorks.yFiles.LayoutAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class RemoveColinearBendsStage : AbstractLayoutStage |
| Visual Basic |
|---|
Public Class RemoveColinearBendsStage _ Inherits AbstractLayoutStage |
Remarks
This LayoutStage removes all collinear bends found in the graph. The algorithms traverses each edge path from source
to target and removes for each triple of consecutive collinear bends the middle one.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Layout..::..AbstractLayoutStage
yWorks.yFiles.Layout..::..RemoveColinearBendsStage
yWorks.yFiles.Layout..::..AbstractLayoutStage
yWorks.yFiles.Layout..::..RemoveColinearBendsStage