16 lines
171 B
C#
16 lines
171 B
C#
namespace ShrlAlgoToolkit.RevitCore.Assists
|
|
{
|
|
public enum ElementOrientation
|
|
{
|
|
Horizontal,
|
|
|
|
Vertical,
|
|
|
|
CloseToHorizontal,
|
|
|
|
CloseToVertical,
|
|
|
|
Undefined
|
|
}
|
|
}
|