ningshuxia
2025-03-20 a84a83d842f4fa220a8cf1b704e6ed6573684eef
Service/HStation.Service.Revit.Core/00-core/Direction.cs
@@ -1,7 +1,7 @@
namespace HStation.Revit
{
    /// <summary>
    ///
    /// 方向
    /// </summary>
    public class Direction
    {
@@ -13,12 +13,12 @@
        /// <summary>
        /// 出口
        /// </summary>
        public const int Outlet = 0;
        public const int Outlet = 1;
        /// <summary>
        /// 双向流动
        /// </summary>
        public const int None = 0;
        public const int None = 2;
    }
}