Gets or sets the granularity of the obstacles map generated by QuickRouter.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Granularity Granularity { get; set; } |
Visual Basic Copy Code |
---|
Public Property Granularity As Granularity |
A member of the Granularity enumeration. The default value is CoarseGrained.
A CoarseGrained obstacle map leads to faster path finding, however the found paths might be longer than necessary in a small percent of the cases. The coarse-grained map also takes slightly more time to build, so you might disable it if there are aren't many links in the diagram.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |