namespace ShrlAlgoToolkit.RevitCore.Assists;
public enum ExtremeWallVariant
{
Left,
Right,
Top,
Bottom
}