Enum BranchSide
Enumeration that indicates one of two possible paths in routing. There are cases when we need to collect more than one path and only after some time we can decide which one is better.
Namespace: Elements.Spatial.AdaptiveGrid
Assembly: Hypar.Elements.dll
Syntax
public enum BranchSide
Fields
Name | Description |
---|---|
Left | Indicator that first, "left", path is preferred. |
Right | Indicator that second, "right" path is preferred. |