Show / Hide Table of Contents

    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.

    In This Article
    • Fields