Enum TreeOrder
Order at which leaf terminal are connected into the tree.
Namespace: Elements.Spatial.AdaptiveGrid
Assembly: Hypar.Elements.dll
Syntax
public enum TreeOrder
Fields
| Name | Description |
|---|---|
| ClosestToFurthest | Closest from remaining terminals is routed first. |
| FurthestToClosest | Furthest from remaining terminals is routed first. |