From 31cca463443f7bc8b6b1bd02889844b864d93e11 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 07 十一月 2024 00:38:50 +0800
Subject: [PATCH] Revit解析修改

---
 Service/HStation.Service.Revit.Core/02-parter/03-link/03-valve/RevitValve.cs |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/Service/HStation.Service.Revit.Core/02-parter/03-link/03-valve/RevitValve.cs b/Service/HStation.Service.Revit.Core/02-parter/03-link/03-valve/RevitValve.cs
index aae1bcc..fe871cc 100644
--- a/Service/HStation.Service.Revit.Core/02-parter/03-link/03-valve/RevitValve.cs
+++ b/Service/HStation.Service.Revit.Core/02-parter/03-link/03-valve/RevitValve.cs
@@ -8,20 +8,27 @@
         /// <summary>
         /// 
         /// </summary>
-        public RevitValve() : base() { }
+        public RevitValve() { }
 
         /// <summary>
         /// 
         /// </summary>
         public RevitValve(RevitValve rhs) : base(rhs)
         {
+            this.Elev = rhs.Elev;
             this.Material = rhs.Material;
             this.Diameter = rhs.Diameter;
             this.MinorLoss = rhs.MinorLoss;
             this.ValveType = rhs.ValveType;
             this.ValveSetting = rhs.ValveSetting;
             this.OpeningDegree = rhs.OpeningDegree;
+            this.Roughness = rhs.Roughness;
         }
+
+        /// <summary>
+        /// 鏍囬珮
+        /// </summary>
+        public double Elev { get; set; }
 
         /// <summary>
         /// 鏉愯川
@@ -34,7 +41,7 @@
         public double Diameter { get; set; }
 
         /// <summary>
-        /// 灞�閮ㄩ樆鍔涚郴鏁�
+        /// 灞�闃荤郴鏁�
         /// </summary>
         public double MinorLoss { get; set; }
 
@@ -53,6 +60,11 @@
         /// </summary>
         public double OpeningDegree { get; set; }
 
+        /// <summary>
+        /// 绮楃硻绯绘暟
+        /// </summary>
+        public double Roughness { get; set; }
+
 
     }
 }

--
Gitblit v1.9.3