优化更新代码,添加界面功能并整合
This commit is contained in:
12
ShrlAlgo.Toolkit.Revit/Helpers/ExtremeWallVariant.cs
Normal file
12
ShrlAlgo.Toolkit.Revit/Helpers/ExtremeWallVariant.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace ShrlAlgo.Toolkit.Revit.Helpers;
|
||||
|
||||
public enum ExtremeWallVariant
|
||||
{
|
||||
Left,
|
||||
|
||||
Right,
|
||||
|
||||
Top,
|
||||
|
||||
Bottom
|
||||
}
|
||||
Reference in New Issue
Block a user