namespace ShrlAlgoToolkit.Revit.Assists { public enum ElementOrientation { Horizontal, Vertical, CloseToHorizontal, CloseToVertical, Undefined } }