优化更新代码,添加界面功能并整合
This commit is contained in:
15
ShrlAlgo.Toolkit.Revit/Helpers/ElementOrientation.cs
Normal file
15
ShrlAlgo.Toolkit.Revit/Helpers/ElementOrientation.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace ShrlAlgo.Toolkit.Revit.Helpers
|
||||
{
|
||||
public enum ElementOrientation
|
||||
{
|
||||
Horizontal,
|
||||
|
||||
Vertical,
|
||||
|
||||
CloseToHorizontal,
|
||||
|
||||
CloseToVertical,
|
||||
|
||||
Undefined
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user