添加项目文件。
This commit is contained in:
15
Sai.Toolkit.Revit/Helpers/ElementOrientation.cs
Normal file
15
Sai.Toolkit.Revit/Helpers/ElementOrientation.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Sai.Toolkit.Revit.Helpers
|
||||
{
|
||||
public enum ElementOrientation
|
||||
{
|
||||
Horizontal,
|
||||
|
||||
Vertical,
|
||||
|
||||
CloseToHorizontal,
|
||||
|
||||
CloseToVertical,
|
||||
|
||||
Undefined
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user