ningshuxia
2025-03-27 afbafeecc1325bff849a17fb63b9b2b65b48ddf1
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;
    }
}