From a434b83043a5646d5dd99c3e934cc8a30ac6165f Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期二, 29 十月 2024 13:29:35 +0800
Subject: [PATCH] 曲线修改

---
 Service/HStation.Service.Revit.Core/00-core/Direction.cs |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/Service/HStation.Service.Revit.Core/00-core/Direction.cs b/Service/HStation.Service.Revit.Core/00-core/Direction.cs
new file mode 100644
index 0000000..9f64356
--- /dev/null
+++ b/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;
+
+    }
+}

--
Gitblit v1.9.3