namespace ShrlAlgo.Toolkit.Revit.Helpers;
public enum ExtremeWallVariant
{
Left,
Right,
Top,
Bottom
}