Shuxia Ning
2024-10-29 a434b83043a5646d5dd99c3e934cc8a30ac6165f
Service/HStation.Service.Revit.Core/00-core/Direction.cs
对比新文件
@@ -0,0 +1,24 @@
锘縩amespace HStation.Revit
{
    /// <summary>
    /// 鏂瑰悜
    /// </summary>
    public class Direction
    {
        /// <summary>
        /// 鍏ュ彛
        /// </summary>
        public const int Inlet = 0;
        /// <summary>
        /// 鍑哄彛
        /// </summary>
        public const int Outlet = 1;
        /// <summary>
        /// 鍙屽悜娴佸姩
        /// </summary>
        public const int None = 2;
    }
}